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