Partager via


LanguageViewLocationExpander.ExpandViewLocations Méthode

Définition

Appelé par un RazorViewEngine pour déterminer les emplacements potentiels d’une vue.

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)

Paramètres

context
ViewLocationExpanderContext

ViewLocationExpanderContext pour l’opération d’expansion de l’emplacement de la vue actuelle.

viewLocations
IEnumerable<String>

Séquence d’emplacements d’affichage à développer.

Retours

Liste des emplacements d’affichage développé.

Implémente

S’applique à