C# Class FourRoads.TelligentCommunity.RenderingHelper.RenderingHelperModule

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

Private Properties

Property Type Description
ContextOnBeginRequest void
PluginManagerAfterConfigurationChanged void

Public Methods

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

Private Methods

Method Description
ContextOnBeginRequest ( object sender, EventArgs eventArgs ) : void
PluginManagerAfterConfigurationChanged ( object sender, EventArgs eventArgs ) : 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