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