RazorPage.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)

属性值

实现

适用于