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