3 instantiations of QueryParameterSource
Microsoft.AspNetCore.Components (3)
NavigationManagerExtensions.cs (3)
217
_source =
new
(name);
233
_source =
new
(name, values, formatter);
242
_source =
new
(name);
1 reference to QueryParameterSource
Microsoft.AspNetCore.Components (1)
NavigationManagerExtensions.cs (1)
208
private readonly
QueryParameterSource
<object> _source;