PageContext.ViewStartFactories Property

Definition

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))

Property Value

Applies to