Controller.OnAuthentication(AuthenticationContext) 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.
Méthode appelée lors de l'autorisation.
protected virtual void OnAuthentication (System.Web.Mvc.Filters.AuthenticationContext filterContext);
abstract member OnAuthentication : System.Web.Mvc.Filters.AuthenticationContext -> unit
override this.OnAuthentication : System.Web.Mvc.Filters.AuthenticationContext -> unit
Protected Overridable Sub OnAuthentication (filterContext As AuthenticationContext)
Paramètres
- filterContext
- AuthenticationContext
Informations sur les requête et action actuelles.