Search Results for

    Show / Hide Table of Contents
    View Source

    Class RedirectTrackingHandler

    Inheritance
    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)

    Handles a notification.

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

    The notification.

    View Source

    Handle(ContentMovingNotification)

    Handles a notification.

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

    The notification.

    View Source

    Handle(ContentPublishedNotification)

    Handles a notification.

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

    The notification.

    View Source

    Handle(ContentPublishingNotification)

    Handles a notification.

    Declaration
    public void Handle(ContentPublishingNotification notification)
    Parameters
    Type Name Description
    ContentPublishingNotification notification

    The notification.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX