Compartir a través de


ChunkInheritanceUtility.MergeInheritedChunkTrees Método

Definición

Combina las combinaciones heredadas Chunk de forma predeterminada y ChunkTree las instancias generadas mediante el análisis de _ViewImports archivos en el especificado chunkTree.

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)

Parámetros

chunkTree
ChunkTree

al ChunkTree que se va a combinar.

inheritedChunkTrees
IReadOnlyList<ChunkTree>

IReadOnlyList<T> heredado de _ViewImports los archivos.

defaultModel
String

Nombre del modelo Type predeterminado.

Se aplica a