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

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

Public Methods

Method Description
HttpPutAttribute ( ) : System

Creates new HTTP Method PUT attribute

HttpPutAttribute ( string pattern ) : System

Creates new HTTP Method PUT attribute with specified route pattern

Method Details

HttpPutAttribute() public method

Creates new HTTP Method PUT attribute
public HttpPutAttribute ( ) : System
return System

HttpPutAttribute() public method

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