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


LanguageViewLocationExpander.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 virtual 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 Overridable Function ExpandViewLocations (context As ViewLocationExpanderContext, viewLocations As IEnumerable(Of String)) As IEnumerable(Of String)

Параметры

context
ViewLocationExpanderContext

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

viewLocations
IEnumerable<String>

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

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

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

Реализации

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