Sdílet prostřednictvím


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

Vygenerovaný ChunkTree ze souboru v daném filePath.

filePath
String

Cesta k souboru, který vygeneroval danou chunkTree.

Platí pro