33 writes to Name
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\ControllerActionDescriptorBuilder.cs (1)
205Name = selectorModel.AttributeRouteModel.Name,
Microsoft.AspNetCore.Mvc.Core.Test (29)
Routing\ActionEndpointFactoryTest.cs (3)
244action.AttributeRouteInfo.Name = "Test"; 264action.AttributeRouteInfo.Name = "Test"; 472Name = pattern,
Routing\AttributeRouteTest.cs (23)
123Name = "BLOG_INDEX", 167Name = "BLOG_INDEX", 211Name = "BLOG_INDEX", 258Name = "BLOG_INDEX", 272Name = "BLOG_INDEX", 326Name = "BLOG_INDEX", 369Name = "BLOG_INDEX", 412Name = "BLOG_INDEX", 460Name = "BLOG_INDEX", 474Name = "BLOG_INDEX", 520Name = routeName 551Name = "BLOG_LINK1", 560Name = "BLOG_INDEX2", 568Name = "BLOG_HOME", 607Name = "BLOG_LINK1", 616Name = "BLOG_LINK2", 624Name = "BLOG_HOME", 663Name = "BLOG_LINK1", 672Name = "BLOG_LINK2", 680Name = "BLOG_HOME", 719Name = "BLOG_LINK1", 728Name = "BLOG_LINK2", 736Name = "BLOG_HOME",
Routing\ControllerActionEndpointDataSourceTest.cs (3)
59Name = "Test", 220Name = "Test", 576Name = "test",
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionDescriptorProvider.cs (1)
96Name = selector.AttributeRouteModel!.Name,
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionEndpointDataSourceTest.cs (1)
284Name = "test",
Microsoft.AspNetCore.OpenApi.Tests (1)
Services\OpenApiDocumentServiceTestsBase.cs (1)
222Name = action.MethodInfo.GetCustomAttribute<RouteAttribute>()?.Name,
12 references to Name
BasicWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
44routeName = attributeRoutingInfo == null ? null : attributeRoutingInfo.Name,
GenericHostWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
44routeName = attributeRoutingInfo == null ? null : attributeRoutingInfo.Name,
Microsoft.AspNetCore.Mvc.Core (2)
Routing\ActionEndpointFactory.cs (1)
160action.AttributeRouteInfo.Name,
Routing\AttributeRoute.cs (1)
224routeInfo.RouteName = action.AttributeRouteInfo.Name;
Microsoft.AspNetCore.Mvc.Core.Test (5)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (5)
795Assert.Equal("Products", descriptor.AttributeRouteInfo.Name, StringComparer.OrdinalIgnoreCase); 818Assert.Equal("Products_Get", getAction.AttributeRouteInfo.Name, StringComparer.OrdinalIgnoreCase); 824Assert.Equal("Products_Edit", editAction.AttributeRouteInfo.Name, StringComparer.OrdinalIgnoreCase); 850getAction.AttributeRouteInfo.Name, StringComparer.OrdinalIgnoreCase); 860editAction.AttributeRouteInfo.Name, StringComparer.OrdinalIgnoreCase);
Microsoft.AspNetCore.OpenApi (1)
Services\OpenApiDocumentService.cs (1)
304=> description.ActionDescriptor.AttributeRouteInfo?.Name ??
Mvc.RoutingWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
44routeName = attributeRoutingInfo == null ? null : attributeRoutingInfo.Name,
VersioningWebSite (1)
src\Mvc\test\WebSites\Common\TestResponseGenerator.cs (1)
44routeName = attributeRoutingInfo == null ? null : attributeRoutingInfo.Name,