C# Class Horse.Mvc.Filters.Route.HttpDeleteAttribute

Inheritance: Horse.Mvc.Filters.Route.HttpMethodAttribute
Show file Open project: horse-framework/horse-mvc

Public Methods

Method Description
HttpDeleteAttribute ( ) : System

Creates new HTTP Method DELETE attribute

HttpDeleteAttribute ( string pattern ) : System

Creates new HTTP Method DELETE attribute with specified route pattern

Method Details

HttpDeleteAttribute() public method

Creates new HTTP Method DELETE attribute
public HttpDeleteAttribute ( ) : System
return System

HttpDeleteAttribute() public method

Creates new HTTP Method DELETE attribute with specified route pattern
public HttpDeleteAttribute ( string pattern ) : System
pattern string
return System