Class UmbracoRequestBeginNotification
Notification raised on each request begin.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class UmbracoRequestBeginNotification : INotification
Constructors
View SourceUmbracoRequestBeginNotification(IUmbracoContext)
Initializes a new instance of the UmbracoRequestBeginNotification class.
Declaration
public UmbracoRequestBeginNotification(IUmbracoContext umbracoContext)
Parameters
Type | Name | Description |
---|---|---|
IUmbracoContext | umbracoContext |
Properties
View SourceUmbracoContext
Gets the IUmbracoContext
Declaration
public IUmbracoContext UmbracoContext { get; }
Property Value
Type | Description |
---|---|
IUmbracoContext |