Partilhar via


RazorView.ViewStartPages Propriedade

Definição

Obtém a sequência de _ViewStart IRazorPage instâncias executadas por essa exibição.

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)

Valor da propriedade

Aplica-se a