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


PageViewLocationExpander.ExpandViewLocations Метод

Определение

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

public:
 virtual 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>
override this.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>

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

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

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

Реализации

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