MvcViewOptions.ViewEngines Ö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.
Bu uygulama tarafından kullanılan bir liste IViewEnginealır.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine ^> ^ ViewEngines { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ViewEngines::IViewEngine ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine> ViewEngines { get; }
member this.ViewEngines : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine>
Public ReadOnly Property ViewEngines As IList(Of IViewEngine)