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 Umbraco
Declaration
public UmbracoRequestBeginNotification(IUmbracoContext umbracoContext)
Parameters
Type | Name | Description |
---|---|---|
IUmbraco |
umbracoContext |
Properties
View SourceUmbracoContext
Gets the IUmbraco
Declaration
public IUmbracoContext UmbracoContext { get; }
Property Value
Type | Description |
---|---|
IUmbraco |