PageConventionCollectionExtensions.AllowAnonymousToAreaFolder Methode

Definition

Ermöglicht anonymen Zugriff auf alle Seiten unter dem angegebenen Bereichsordner.

public static Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection AllowAnonymousToAreaFolder (this Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection conventions, string areaName, string folderPath);
static member AllowAnonymousToAreaFolder : Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection * string * string -> Microsoft.AspNetCore.Mvc.ApplicationModels.PageConventionCollection
<Extension()>
Public Function AllowAnonymousToAreaFolder (conventions As PageConventionCollection, areaName As String, folderPath As String) As PageConventionCollection

Parameter

conventions
PageConventionCollection

Die zu konfigurierende PageConventionCollection-Schnittstelle.

areaName
String

Der Bereichsname.

folderPath
String

Der Ordnerpfad, z. B. /Manage/

Der Ordnerpfad ist der Pfad des Ordners relativ zum Stammverzeichnis der Seiten für den angegebenen Bereich. Der Ordnerpfad für die Datei Areas/Identity/Pages/Manage/Accounts.cshtml lautet /Managez. B. .

.

Gibt zurück

Die PageConventionCollection.

Gilt für: