4 references to RequiredValueAny
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionEndpointFactory.cs (1)
195
requiredValues[key] = RoutePattern.
RequiredValueAny
;
Microsoft.AspNetCore.Routing (3)
Patterns\RoutePattern.cs (3)
27
/// <see cref="
RequiredValueAny
"/> is only use in routing is in <see cref="RoutePattern.RequiredValues"/>.
28
/// <see cref="
RequiredValueAny
"/> is not valid as a route value, and will convert to the null/empty string.
34
return object.ReferenceEquals(
RequiredValueAny
, value);