C# Class BetterCms.Core.Environment.Host.DefaultCmsAutoHost

Inheritance: BetterModules.Core.Web.Environment.Host.DefaultWebApplicationAutoHost
Afficher le fichier Open project: devbridge/BetterCMS

Méthodes publiques

Méthode Description
OnAuthenticateRequest ( System.Web.HttpApplication application ) : void

Called when authenticating request.

Method Details

OnAuthenticateRequest() public méthode

Called when authenticating request.
public OnAuthenticateRequest ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication The application.
Résultat void