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)

プロパティ値

適用対象