2 implementations of Name
Microsoft.AspNetCore.Mvc.Core (1)
FromRouteAttribute.cs (1)
36
public string?
Name
{ get; set; }
Microsoft.AspNetCore.Routing.Tests (1)
Builder\RouteHandlerEndpointRouteBuilderExtensionsTest.cs (1)
1101
public string?
Name
{ get; set; }
3 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)
259
return (BindingSource.Path, routeAttribute.
Name
?? name, false, parameterType);
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiGenerator.cs (1)
409
return (false, ParameterLocation.Path, routeAttribute.
Name
);