Freigeben über


MvcRazorHost.DefaultInheritedChunks Eigenschaft

Definition

Ruft die Liste der Blöcke ab, die standardmäßig von diesem Host eingefügt werden.

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)

Eigenschaftswert

Gilt für: