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