Class UmbracoModule
Represents the main Umbraco module.
Namespace: Umbraco.Web
Assembly: Umbraco.Web.dll
Syntax
public class UmbracoModule : ModuleInjector<UmbracoInjectedModule>, IHttpModule
Remarks
Register that one in web.config.
It will inject UmbracoInjectedModule which contains most of the actual code.
Events
View SourceEndRequest
Occurs when...
Declaration
public static event EventHandler<UmbracoRequestEventArgs> EndRequest
Event Type
Type | Description |
---|---|
System.EventHandler<UmbracoRequestEventArgs> |