Share via


RazorView.ViewStartPages Property

Definition

Gets the sequence of _ViewStart IRazorPage instances that are executed by this view.

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)

Property Value

Applies to