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

Inheritance: Horse.Mvc.Filters.Route.HttpMethodAttribute
Afficher le fichier Open project: horse-framework/horse-mvc

Méthodes publiques

Méthode 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 méthode

Creates new HTTP Method DELETE attribute
public HttpDeleteAttribute ( ) : System
Résultat System

HttpDeleteAttribute() public méthode

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