ChunkTreeResult(ChunkTree, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance 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)
Paramètres
- filePath
- String
Chemin d’accès au fichier qui a généré le donné chunkTree
.