RazorView.ViewStartPages 屬性

定義

取得這個檢視所執行之 IRazorPage _ViewStart實例的順序。

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^> ^ ViewStartPages { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Razor.IRazorPage> ViewStartPages { get; }
member this.ViewStartPages : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Razor.IRazorPage>
Public ReadOnly Property ViewStartPages As IReadOnlyList(Of IRazorPage)

屬性值

適用於