1 instantiation of AttributeRoute
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRouting.cs (1)
21return new AttributeRoute(
3 references to AttributeRoute
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\AttributeRouteModel.cs (3)
21/// Initializes a new instance of <see cref="AttributeRoute"/>. 28/// Initializes a new instance of <see cref="AttributeRoute"/> using the specified <paramref name="templateProvider"/>. 42/// Copy constructor for <see cref="AttributeRoute"/>.