Search Results for

    Show / Hide Table of Contents
    View Source

    Class RedirectTrackingHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Routing
    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
    Type Name Description
    IOptionsMonitor<WebRoutingSettings> webRoutingSettings
    IRedirectTracker redirectTracker

    Methods

    View Source

    Handle(ContentMovedNotification)

    Declaration
    public void Handle(ContentMovedNotification notification)
    Parameters
    Type Name Description
    ContentMovedNotification notification
    View Source

    Handle(ContentMovingNotification)

    Declaration
    public void Handle(ContentMovingNotification notification)
    Parameters
    Type Name Description
    ContentMovingNotification notification
    View Source

    Handle(ContentPublishedNotification)

    Declaration
    public void Handle(ContentPublishedNotification notification)
    Parameters
    Type Name Description
    ContentPublishedNotification notification
    View Source

    Handle(ContentPublishingNotification)

    Declaration
    public void Handle(ContentPublishingNotification notification)
    Parameters
    Type Name Description
    ContentPublishingNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RedirectTrackingHandler(IOptionsMonitor<WebRoutingSettings>, IRedirectTracker)
    • Methods
      • Handle(ContentMovedNotification)
      • Handle(ContentMovingNotification)
      • Handle(ContentPublishedNotification)
      • Handle(ContentPublishingNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX