View Source
Class RedirectTrackingHandler
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class RedirectTrackingHandler : INotificationHandler<ContentPublishingNotification>, INotificationHandler<ContentPublishedNotification>, INotificationHandler<ContentMovingNotification>, INotificationHandler<ContentMovedNotification>, INotificationHandler
Constructors
View Source
RedirectTrackingHandler(IOptionsMonitor<WebRoutingSettings>, IRedirectTracker)
Declaration
public RedirectTrackingHandler(IOptionsMonitor<WebRoutingSettings> webRoutingSettings, IRedirectTracker redirectTracker)
Parameters
Methods
View Source
Handle(ContentMovedNotification)
Declaration
public void Handle(ContentMovedNotification notification)
Parameters
View Source
Handle(ContentMovingNotification)
Declaration
public void Handle(ContentMovingNotification notification)
Parameters
View Source
Handle(ContentPublishedNotification)
Declaration
public void Handle(ContentPublishedNotification notification)
Parameters
View Source
Handle(ContentPublishingNotification)
Declaration
public void Handle(ContentPublishingNotification notification)
Parameters