Partager via


PageConventionCollectionExtensions.AllowAnonymousToAreaPage Méthode

Définition

Autorise l’accès anonyme à la page avec le nom spécifié situé dans la zone spécifiée.

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

Paramètres

areaName
String

Nom de la zone.

pageName
String

Nom de la page, par exemple /Users/List

Le nom de la page est le chemin du fichier sans extension, par rapport au répertoire racine des pages pour la zone spécifiée. Par exemple, le nom de page du fichier Areas/Identity/Pages/Manage/Accounts.cshtml est /Manage/Accounts.

Retours

L’PageConventionCollectionopérateur

S’applique à