9 references to Handler
Microsoft.AspNetCore.Components (9)
Routing\Router.cs (9)
261if (context.Handler != null) 263if (!typeof(IComponent).IsAssignableFrom(context.Handler)) 265throw new InvalidOperationException($"The type {context.Handler.FullName} " + 269activityHandle = RecordDiagnostics(context.Handler.FullName, context.Entry.RoutePattern.RawText); 271Log.NavigatingToComponent(_logger, context.Handler, locationPath, _baseUri); 274context.Handler, 435if (context.Handler is not null && typeof(IComponent).IsAssignableFrom(context.Handler)) 437return context.Handler;