共用方式為


ChunkTreeResult(ChunkTree, String) 建構函式

定義

初始化 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)

參數

chunkTree
ChunkTree

ChunkTree從指定 filePath 之 檔案產生的 。

filePath
String

產生指定 chunkTree 之 檔案的路徑。

適用於