Partager via


IViewLocationExpander.ExpandViewLocations Méthode

Définition

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

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)

Paramètres

context
ViewLocationExpanderContext

pour ViewLocationExpanderContext l’opération d’extension 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és.

S’applique à