Share via


RazorPageBase.SectionWriters Propriété

Définition

Obtient les sections définies par cette 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)

Valeur de propriété

Implémente

S’applique à