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)

属性值

适用于