ChunkInheritanceUtility Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz von ChunkInheritanceUtility.
public:
ChunkInheritanceUtility(Microsoft::AspNetCore::Mvc::Razor::MvcRazorHost ^ razorHost, Microsoft::AspNetCore::Mvc::Razor::Directives::IChunkTreeCache ^ chunkTreeCache, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::Chunks::Chunk ^> ^ defaultInheritedChunks);
public ChunkInheritanceUtility(Microsoft.AspNetCore.Mvc.Razor.MvcRazorHost razorHost, Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkTreeCache chunkTreeCache, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Chunks.Chunk> defaultInheritedChunks);
new Microsoft.AspNetCore.Mvc.Razor.Directives.ChunkInheritanceUtility : Microsoft.AspNetCore.Mvc.Razor.MvcRazorHost * Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkTreeCache * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Chunks.Chunk> -> Microsoft.AspNetCore.Mvc.Razor.Directives.ChunkInheritanceUtility
Public Sub New (razorHost As MvcRazorHost, chunkTreeCache As IChunkTreeCache, defaultInheritedChunks As IReadOnlyList(Of Chunk))
Parameter
- razorHost
- MvcRazorHost
Die MvcRazorHost zum Analysieren von _ViewImports Seiten verwendete.
- chunkTreeCache
- IChunkTreeCache
IChunkTreeCache , der Instanzen zwischenspeichert ChunkTree .
- defaultInheritedChunks
- IReadOnlyList<Chunk>
Sequenz von Chunks, die standardmäßig geerbt wird.