Controller.OnAuthentication(AuthenticationContext) Metoda

Definice

Volá se při autorizaci.

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)

Parametry

filterContext
AuthenticationContext

Informace o aktuálním požadavku a akci

Implementuje

Platí pro