C# Class Simplify.Web.Attributes.PatchAttribute

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

Public Methods

Method Description
PatchAttribute ( string route ) : System

Initializes a new instance of the PutAttribute class.

Method Details

PatchAttribute() public method

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