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