View Source
Class NavigationInitializationNotificationHandler
Responsible for seeding the in-memory navigation structures at application's startup
by rebuild the navigation structures.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class NavigationInitializationNotificationHandler : INotificationAsyncHandler<PostRuntimePremigrationsUpgradeNotification>, INotificationHandler
Constructors
View Source
Declaration
public NavigationInitializationNotificationHandler(IRuntimeState runtimeState, IDocumentNavigationManagementService documentNavigationManagementService, IMediaNavigationManagementService mediaNavigationManagementService)
Parameters
Methods
View Source
HandleAsync(PostRuntimePremigrationsUpgradeNotification, CancellationToken)
Declaration
public async Task HandleAsync(PostRuntimePremigrationsUpgradeNotification notification, CancellationToken cancellationToken)
Parameters
Returns