Table of Contents

Constructor RouteDeleteAttribute

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

RouteDeleteAttribute(string)

Creates an new RouteDeleteAttribute attribute instance with given path.

public RouteDeleteAttribute(string path)

Parameters

path string

The DELETE route path.

RouteDeleteAttribute()

Creates an new RouteDeleteAttribute attribute instance with an root path (/).

public RouteDeleteAttribute()