Freigeben über


IViewLocationExpander.ExpandViewLocations Methode

Definition

Wird von einem RazorViewEngine aufgerufen, um potenzielle Standorte für eine Ansicht zu ermitteln.

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)

Parameter

context
ViewLocationExpanderContext

Der ViewLocationExpanderContext für den aktuellen Standorterweiterungsvorgang der Ansicht.

viewLocations
IEnumerable<String>

Die Reihenfolge der zu erweiternden Ansichtspositionen.

Gibt zurück

Eine Liste mit erweiterten Ansichtsstandorten.

Gilt für: