次の方法で共有


MvcRazorHost.DefaultInheritedChunks プロパティ

定義

このホストによって既定で挿入されるチャンクの一覧を取得します。

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)

プロパティ値

適用対象