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