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