Compartir a través de


RazorViewEngineOptions.ViewLocationExpanders Propiedad

Definición

Obtiene un objeto IList<T> utilizado por .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)

Valor de propiedad

Se aplica a