PageConventionCollectionExtensions.AllowAnonymousToAreaPage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- conventions
- PageConventionCollection
PageConventionCollection à configurer.
- 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