Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreatingRequestNotification

    Used for notifying when an Umbraco request is being created

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class CreatingRequestNotification : INotification

    Constructors

    View Source

    CreatingRequestNotification(Uri)

    Initializes a new instance of the CreatingRequestNotification class.

    Declaration
    public CreatingRequestNotification(Uri url)
    Parameters
    Type Name Description
    Uri url

    Properties

    View Source

    Url

    Gets or sets the URL for the request

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