1 write to Entry
Microsoft.AspNetCore.Components (1)
src\Http\Routing\src\Tree\TreeRouter.cs (1)
257
context.
Entry
= entry;
3 references to Entry
Microsoft.AspNetCore.Components (3)
Routing\RouteContext.cs (1)
49
public Type? Handler =>
Entry
?.Handler;
Routing\RouteTable.cs (2)
58
if (routeContext.
Entry
!= null)
60
ProcessParameters(routeContext.
Entry
, routeContext.RouteValues);