Share via


MvcRazorHost.DefaultInheritedChunks Property

Definition

Gets the list of chunks that are injected by default by this host.

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)

Property Value

Applies to