PageContext.ViewStartFactories Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define as instâncias de _ViewStart aplicáveis.
public:
virtual property System::Collections::Generic::IList<Func<Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^> ^> ^ ViewStartFactories { System::Collections::Generic::IList<Func<Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^> ^> ^ get(); void set(System::Collections::Generic::IList<Func<Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^> ^> ^ value); };
public virtual System.Collections.Generic.IList<Func<Microsoft.AspNetCore.Mvc.Razor.IRazorPage>> ViewStartFactories { get; set; }
member this.ViewStartFactories : System.Collections.Generic.IList<Func<Microsoft.AspNetCore.Mvc.Razor.IRazorPage>> with get, set
Public Overridable Property ViewStartFactories As IList(Of Func(Of IRazorPage))