C# Class Simplify.Web.Attributes.PutAttribute

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

Public Methods

Method Description
PutAttribute ( string route ) : System

Initializes a new instance of the PutAttribute class.

Method Details

PutAttribute() public method

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