Class UmbracoRequestEventArgs
Event args used for event launched during a request (like in the UmbracoModule)
Inheritance
System.Object
System.EventArgs
Namespace: Umbraco.Web.Routing
Assembly: Umbraco.Web.dll
Syntax
public class UmbracoRequestEventArgs : EventArgs
Constructors
View SourceUmbracoRequestEventArgs(UmbracoContext, HttpContextBase)
Declaration
public UmbracoRequestEventArgs(UmbracoContext umbracoContext, HttpContextBase httpContext)
Parameters
Type | Name | Description |
---|---|---|
UmbracoContext | umbracoContext | |
System.Web.HttpContextBase | httpContext |
Properties
View SourceHttpContext
Declaration
public HttpContextBase HttpContext { get; }
Property Value
Type | Description |
---|---|
System.Web.HttpContextBase |
UmbracoContext
Declaration
public UmbracoContext UmbracoContext { get; }
Property Value
Type | Description |
---|---|
UmbracoContext |