Partager via


ChunkInheritanceUtility.MergeInheritedChunkTrees Méthode

Définition

Fusionne les Chunk instances héritées par défaut et ChunkTree produites par l’analyse des _ViewImports fichiers dans le spécifié 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)

Paramètres

chunkTree
ChunkTree

ChunkTree dans lequel fusionner.

inheritedChunkTrees
IReadOnlyList<ChunkTree>

IReadOnlyList<T> hérités de _ViewImports fichiers.

defaultModel
String

Nom du modèle Type par défaut.

S’applique à