PageContext.ViewStartFactories Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the applicable _ViewStart instances.
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))