View Source
Class DocumentUrlServiceInitializerNotificationHandler
Inheritance
System.Object
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
Methods
View Source
HandleAsync(UmbracoApplicationStartingNotification, CancellationToken)
Declaration
public async Task HandleAsync(UmbracoApplicationStartingNotification notification, CancellationToken cancellationToken)
Parameters
Returns