다음을 통해 공유


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)

속성 값

적용 대상