Udostępnij za pośrednictwem


ChunkTreeResult(ChunkTree, String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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

Wygenerowany ChunkTree na podstawie pliku w danym filePathpliku .

filePath
String

Ścieżka do pliku, który wygenerował dany chunkTreeelement .

Dotyczy