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

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

Public Methods

Method Description
HttpOptionsAttribute ( ) : System

Creates new HTTP Method OPTIONS attribute

HttpOptionsAttribute ( string pattern ) : System

Creates new HTTP Method OPTIONS attribute with specified route pattern

Method Details

HttpOptionsAttribute() public method

Creates new HTTP Method OPTIONS attribute
public HttpOptionsAttribute ( ) : System
return System

HttpOptionsAttribute() public method

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