6 references to Handler
Microsoft.AspNetCore.Components (6)
Routing\Router.cs (6)
253if (context.Handler != null) 255if (!typeof(IComponent).IsAssignableFrom(context.Handler)) 257throw new InvalidOperationException($"The type {context.Handler.FullName} " + 261activity = RecordDiagnostics(context.Handler.FullName, context.Entry.RoutePattern.RawText); 263Log.NavigatingToComponent(_logger, context.Handler, locationPath, _baseUri); 266context.Handler,