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