1 reference to TryParse
Microsoft.AspNetCore.Components (1)
src\aspnetcore\src\Components\Shared\src\UrlValueConstraint.cs (1)
67
var x when x == typeof(string) => new TypedUrlValueConstraint<string>(
TryParse
),