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