2 references to _emptyParametersDictionary
Microsoft.AspNetCore.Components (2)
Routing\Router.cs (2)
272
context.Parameters ??
_emptyParametersDictionary
);
401
new RouteData(NotFoundPage,
_emptyParametersDictionary
));