MvcViewOptions.ViewEngines 属性

定义

获取此应用程序使用的列表 IViewEngine

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)

属性值

适用于