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 SourceCreatingRequestNotification(Uri)
Initializes a new instance of the CreatingRequestNotification class.
Declaration
public CreatingRequestNotification(Uri url)
Parameters
Type | Name | Description |
---|---|---|
Uri | url |
Properties
View SourceUrl
Gets or sets the URL for the request
Declaration
public Uri Url { get; set; }
Property Value
Type | Description |
---|---|
Uri |