ChunkTreeResult(ChunkTree, String) Construtor

Definição

Inicializa uma nova instância de 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)

Parâmetros

chunkTree
ChunkTree

O ChunkTree gerado do arquivo no determinado filePath.

filePath
String

O caminho para o arquivo que gerou o determinado chunkTree.

Aplica-se a