Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentUrlServiceInitializerNotificationHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public class DocumentUrlServiceInitializerNotificationHandler : INotificationAsyncHandler<UmbracoApplicationStartingNotification>, INotificationHandler

    Constructors

    View Source

    DocumentUrlServiceInitializerNotificationHandler(IDocumentUrlService, IRuntimeState)

    Declaration
    public DocumentUrlServiceInitializerNotificationHandler(IDocumentUrlService documentUrlService, IRuntimeState runtimeState)
    Parameters
    Type Name Description
    IDocumentUrlService documentUrlService
    IRuntimeState runtimeState

    Methods

    View Source

    HandleAsync(UmbracoApplicationStartingNotification, CancellationToken)

    Declaration
    public async Task HandleAsync(UmbracoApplicationStartingNotification notification, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    UmbracoApplicationStartingNotification notification
    CancellationToken cancellationToken
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DocumentUrlServiceInitializerNotificationHandler(IDocumentUrlService, IRuntimeState)
    • Methods
      • HandleAsync(UmbracoApplicationStartingNotification, CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX