RazorPageBase.SectionWriters Property

Definition

Gets the sections that are defined by this page.

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)

Property Value

Implements

Applies to