Method | Description | |
---|---|---|
AccessDenied ( object sender ) : void | ||
CreateAccessDeniedDelegate ( System.Web.Mvc.AuthorizationContext filterContext ) : AccessDeniedDelegate |
Creates the access denied delegate respect to site authentication mode. If the site configured with Forms then creates FormLogonAccessDenied otherwise BrowserLogonAccessDenied
|
Method | Description | |
---|---|---|
BrowserLogonAccessDenied ( ) : void |
Sends an access denied message when using bowser-based authentication (Basic Auth or NTLM).
|
|
FormLogonAccessDenied ( System.Web.Mvc.AuthorizationContext filter ) : void |
Handles access denied for forms authentication scenarios by redirecting to the logon form.
|
public static AccessDenied ( object sender ) : void | ||
sender | object | |
return | void |
public static CreateAccessDeniedDelegate ( System.Web.Mvc.AuthorizationContext filterContext ) : AccessDeniedDelegate | ||
filterContext | System.Web.Mvc.AuthorizationContext | |
return | AccessDeniedDelegate |