RazorViewEngineOptions.ViewLocationExpanders プロパティ

定義

IList<T>によって使用される を取得しますRazorViewEngine

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Razor::IViewLocationExpander ^> ^ ViewLocationExpanders { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Razor::IViewLocationExpander ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Razor.IViewLocationExpander> ViewLocationExpanders { get; }
member this.ViewLocationExpanders : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Razor.IViewLocationExpander>
Public ReadOnly Property ViewLocationExpanders As IList(Of IViewLocationExpander)

プロパティ値

適用対象