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