ChunkTreeResult(ChunkTree, String) Konstruktor

Definice

Inicializuje novou instanci ChunkTreeResult .

public:
 ChunkTreeResult(Microsoft::AspNetCore::Razor::Chunks::ChunkTree ^ chunkTree, System::String ^ filePath);
public ChunkTreeResult (Microsoft.AspNetCore.Razor.Chunks.ChunkTree chunkTree, string filePath);
new Microsoft.AspNetCore.Mvc.Razor.Directives.ChunkTreeResult : Microsoft.AspNetCore.Razor.Chunks.ChunkTree * string -> Microsoft.AspNetCore.Mvc.Razor.Directives.ChunkTreeResult
Public Sub New (chunkTree As ChunkTree, filePath As String)

Parametry

chunkTree
ChunkTree

ChunkTreeVygenerovaný ze souboru v daném souboru filePath .

filePath
String

Cesta k souboru, který vygeneroval daný soubor chunkTree .

Platí pro