Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    UmbracoRequestBeginNotification(IUmbracoContext)

    Initializes a new instance of the UmbracoRequestBeginNotification class.

    Declaration
    public UmbracoRequestBeginNotification(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
      • UmbracoRequestBeginNotification(IUmbracoContext)
    • Properties
      • UmbracoContext
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX