ChunkTreeResult(ChunkTree, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- filePath
- String
O caminho para o arquivo que gerou o determinado chunkTree
.