4 references to AttributeRouteModel
Microsoft.AspNetCore.Mvc.Core (1)
ApplicationModels\DefaultApplicationModelProvider.cs (1)
625
selectorModel.AttributeRouteModel = new
AttributeRouteModel
(route);
Microsoft.AspNetCore.Mvc.Core.Test (3)
ApplicationModels\ActionModelTest.cs (1)
27
var route = new
AttributeRouteModel
(new HttpGetAttribute("api/Products"));
ApplicationModels\AttributeRouteModelTests.cs (1)
14
var route = new
AttributeRouteModel
(new HttpGetAttribute("/api/Products"))
ApplicationModels\ControllerModelTest.cs (1)
29
var route = new
AttributeRouteModel
(new HttpGetAttribute("api/Products"));