Table of Contents

Class RouteDeleteAttribute

Namespace
Sisk.Core.Routing
Assembly
Sisk.Core.dll

Represents a mapping to an HTTP DELETE route. This attribute is an shorthand from RouteAttribute.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public 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.