C# Class Simplify.Web.Attributes.PostAttribute

Inheritance: System.Attribute
Show file Open project: i4004/Simplify.Web

Public Methods

Method Description
PostAttribute ( string route ) : System

Initializes a new instance of the PostAttribute class.

Method Details

PostAttribute() public method

Initializes a new instance of the PostAttribute class.
public PostAttribute ( string route ) : System
route string The route.
return System