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>

    Constructors

    View Source

    RedirectTrackingHandler(ILogger<RedirectTrackingHandler>, IOptionsMonitor<WebRoutingSettings>, IPublishedSnapshotAccessor, IRedirectUrlService, IVariationContextAccessor)

    Declaration
    public RedirectTrackingHandler(ILogger<RedirectTrackingHandler> logger, IOptionsMonitor<WebRoutingSettings> webRoutingSettings, IPublishedSnapshotAccessor publishedSnapshotAccessor, IRedirectUrlService redirectUrlService, IVariationContextAccessor variationContextAccessor)
    Parameters
    Type Name Description
    ILogger<RedirectTrackingHandler> logger
    IOptionsMonitor<WebRoutingSettings> webRoutingSettings
    IPublishedSnapshotAccessor publishedSnapshotAccessor
    IRedirectUrlService redirectUrlService
    IVariationContextAccessor variationContextAccessor
    View Source

    RedirectTrackingHandler(ILogger<RedirectTrackingHandler>, IOptionsMonitor<WebRoutingSettings>, IPublishedSnapshotAccessor, IRedirectUrlService, IVariationContextAccessor, ILocalizationService)

    Declaration
    public RedirectTrackingHandler(ILogger<RedirectTrackingHandler> logger, IOptionsMonitor<WebRoutingSettings> webRoutingSettings, IPublishedSnapshotAccessor publishedSnapshotAccessor, IRedirectUrlService redirectUrlService, IVariationContextAccessor variationContextAccessor, ILocalizationService localizationService)
    Parameters
    Type Name Description
    ILogger<RedirectTrackingHandler> logger
    IOptionsMonitor<WebRoutingSettings> webRoutingSettings
    IPublishedSnapshotAccessor publishedSnapshotAccessor
    IRedirectUrlService redirectUrlService
    IVariationContextAccessor variationContextAccessor
    ILocalizationService localizationService

    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(ILogger<RedirectTrackingHandler>, IOptionsMonitor<WebRoutingSettings>, IPublishedSnapshotAccessor, IRedirectUrlService, IVariationContextAccessor)
      • RedirectTrackingHandler(ILogger<RedirectTrackingHandler>, IOptionsMonitor<WebRoutingSettings>, IPublishedSnapshotAccessor, IRedirectUrlService, IVariationContextAccessor, ILocalizationService)
    • Methods
      • Handle(ContentMovedNotification)
      • Handle(ContentMovingNotification)
      • Handle(ContentPublishedNotification)
      • Handle(ContentPublishingNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX