Class RouteDeleteAttribute
Represents a mapping to an HTTP DELETE route. This attribute is an shorthand from RouteAttribute.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public sealed class RouteDeleteAttribute : RouteAttribute
- Inheritance
-
RouteDeleteAttribute
- Inherited Members
Constructors
- RouteDeleteAttribute()
Creates an new RouteDeleteAttribute attribute instance with an root path (/).
- RouteDeleteAttribute(string)
Creates an new RouteDeleteAttribute attribute instance with given path.