Share via


RazorPageBase.PreviousSectionWriters 屬性

定義

取得或設定此頁面可轉譯的區段。

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)

屬性值

實作

適用於