Поделиться через


IViewLocationExpander.ExpandViewLocations Метод

Определение

Вызывается RazorViewEngine для определения потенциальных расположений для представления.

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ ExpandViewLocations(Microsoft::AspNetCore::Mvc::Razor::ViewLocationExpanderContext ^ context, System::Collections::Generic::IEnumerable<System::String ^> ^ viewLocations);
public System.Collections.Generic.IEnumerable<string> ExpandViewLocations (Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context, System.Collections.Generic.IEnumerable<string> viewLocations);
abstract member ExpandViewLocations : Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext * seq<string> -> seq<string>
Public Function ExpandViewLocations (context As ViewLocationExpanderContext, viewLocations As IEnumerable(Of String)) As IEnumerable(Of String)

Параметры

context
ViewLocationExpanderContext

Для ViewLocationExpanderContext текущей операции расширения расположения представления.

viewLocations
IEnumerable<String>

Последовательность разворачиваемых расположений представлений.

Возвращаемое значение

Список развернутых расположений представлений.

Применяется к