C# Class Simplify.Web.Attributes.DeleteAttribute

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

Public Methods

Method Description
DeleteAttribute ( string route ) : System

Initializes a new instance of the DeleteAttribute class.

Method Details

DeleteAttribute() public method

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