5 references to Handler
Microsoft.AspNetCore.Components (5)
Routing\Router.cs (5)
222if (context.Handler != null) 224if (!typeof(IComponent).IsAssignableFrom(context.Handler)) 226throw new InvalidOperationException($"The type {context.Handler.FullName} " + 230Log.NavigatingToComponent(_logger, context.Handler, locationPath, _baseUri); 233context.Handler,