C# Class Simplify.Web.Attributes.GetAttribute

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

Public Methods

Method Description
GetAttribute ( string route ) : System

Initializes a new instance of the GetAttribute class.

Method Details

GetAttribute() public method

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