2 references to TryParse
Microsoft.AspNetCore.Components (2)
src\aspnetcore\src\Components\Shared\src\UrlValueConstraint.cs (2)
84
var x when x == typeof(int) => new TypedUrlValueConstraint<int>(
TryParse
),
85
var x when x == typeof(int?) => new NullableTypedUrlValueConstraint<int>(
TryParse
),