3 types derived from RouteValueAttribute
Microsoft.AspNetCore.Mvc.Core (1)
AreaAttribute.cs (1)
12public class AreaAttribute : RouteValueAttribute
Microsoft.AspNetCore.Mvc.Core.Test (2)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (2)
1468private class MyRouteValueAttribute : RouteValueAttribute 1476private class MySecondRouteValueAttribute : RouteValueAttribute
1 reference to RouteValueAttribute
Microsoft.AspNetCore.Mvc.Core (1)
Routing\RouteValueAttribute.cs (1)
25/// Creates a new <see cref="RouteValueAttribute"/>.