PageContext.ViewStartFactories Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Geçerli _ViewStart örneklerini alır veya ayarlar.
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))