Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    UmbracoRequestEndNotification(IUmbracoContext)

    Initializes a new instance of the UmbracoRequestEndNotification class.

    Declaration
    public UmbracoRequestEndNotification(IUmbracoContext umbracoContext)
    Parameters
    Type Name Description
    IUmbracoContext umbracoContext

    Properties

    View Source

    UmbracoContext

    Gets the IUmbracoContext

    Declaration
    public IUmbracoContext UmbracoContext { get; }
    Property Value
    Type Description
    IUmbracoContext
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoRequestEndNotification(IUmbracoContext)
    • Properties
      • UmbracoContext
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX