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