Sdílet prostřednictvím


RazorPageBase.PreviousSectionWriters Vlastnost

Definice

Získá nebo nastaví oddíly, které lze vykreslit na této stránce.

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

Hodnota vlastnosti

Implementuje

Platí pro