C# Class FourRoads.TelligentCommunity.ThemeHelper.Modules.ThemeUtilityModule

Inheritance: IHttpModule
Show file Open project: 4-Roads/FourRoads.TelligentCommunity

Public Properties

Property Type Description
ReloadPluginState bool

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Method Description
ContextPostMapRequestHandler ( object sender, EventArgs e ) : void
IsTruthy ( string value ) : bool
IsValid ( HttpRequest request ) : bool
PagePreRender ( object sender, EventArgs e ) : void
PluginManagerOnAfterInitialization ( object sender, EventArgs eventArgs ) : void
PreRequestHandlerExecute ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void

Property Details

ReloadPluginState public static property

public static bool ReloadPluginState
return bool