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