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