MvcRazorHost.DefaultInheritedChunks Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des segments qui sont injectés par défaut par cet hôte.
public:
virtual property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::Chunks::Chunk ^> ^ DefaultInheritedChunks { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Razor::Chunks::Chunk ^> ^ get(); };
public virtual System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Chunks.Chunk> DefaultInheritedChunks { get; }
member this.DefaultInheritedChunks : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Razor.Chunks.Chunk>
Public Overridable ReadOnly Property DefaultInheritedChunks As IReadOnlyList(Of Chunk)