Udostępnij za pośrednictwem


ChunkInheritanceUtility.MergeInheritedChunkTrees Metoda

Definicja

Scala Chunk dziedziczone domyślnie i ChunkTree wystąpienia generowane przez analizowanie _ViewImports plików do określonego chunkTreeelementu .

public:
 void MergeInheritedChunkTrees(Microsoft::AspNetCore::Razor::Chunks::ChunkTree ^ chunkTree, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::Chunks::ChunkTree ^> ^ inheritedChunkTrees, System::String ^ defaultModel);
public void MergeInheritedChunkTrees (Microsoft.AspNetCore.Razor.Chunks.ChunkTree chunkTree, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Chunks.ChunkTree> inheritedChunkTrees, string defaultModel);
member this.MergeInheritedChunkTrees : Microsoft.AspNetCore.Razor.Chunks.ChunkTree * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Chunks.ChunkTree> * string -> unit
Public Sub MergeInheritedChunkTrees (chunkTree As ChunkTree, inheritedChunkTrees As IReadOnlyList(Of ChunkTree), defaultModel As String)

Parametry

chunkTree
ChunkTree

Element ChunkTree do scalania do.

inheritedChunkTrees
IReadOnlyList<ChunkTree>

IReadOnlyList<T> dziedziczone z _ViewImports plików.

defaultModel
String

Domyślna nazwa modelu Type .

Dotyczy