1 implementation of Name
Microsoft.AspNetCore.Mvc.Core (1)
FromRouteAttribute.cs (1)
36
public string?
Name
{ get; set; }
2 references to Name
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
730
var routeName = routeAttribute.
Name
?? parameter.Name;
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointMetadataApiDescriptionProvider.cs (1)
260
return (BindingSource.Path, routeAttribute.
Name
?? name, false, parameterType);