Share via


RazorPageBase.SectionWriters 屬性

定義

取得此頁面所定義的區段。

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Mvc::Razor::RenderAsyncDelegate ^> ^ SectionWriters { System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Mvc::Razor::RenderAsyncDelegate ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.AspNetCore.Mvc.Razor.RenderAsyncDelegate> SectionWriters { get; }
member this.SectionWriters : System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.Mvc.Razor.RenderAsyncDelegate>
Public ReadOnly Property SectionWriters As IDictionary(Of String, RenderAsyncDelegate)

屬性值

實作

適用於