ChunkTreeResult(ChunkTree, String) Constructor

Definition

Initializes a new instance of 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)

Parameters

chunkTree
ChunkTree

The ChunkTree generated from the file at the given filePath.

filePath
String

The path to the file that generated the given chunkTree.

Applies to