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

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

Public Methods

Method Description
HttpGetAttribute ( ) : System

Creates new HTTP Method GET attribute

HttpGetAttribute ( string pattern ) : System

Creates new HTTP Method GET attribute with specified route pattern

Method Details

HttpGetAttribute() public method

Creates new HTTP Method GET attribute
public HttpGetAttribute ( ) : System
return System

HttpGetAttribute() public method

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