C# Class URSA.Web.Mapping.RouteAttribute

Inheritance: MappingAttribute
显示文件 Open project: alien-mcl/URSA Class Usage Examples

Public Methods

Method Description
RouteAttribute ( string url ) : System

Initializes a new instance of the RouteAttribute class.

Method Details

RouteAttribute() public method

Initializes a new instance of the RouteAttribute class.
public RouteAttribute ( string url ) : System
url string Part of the URL associated with the method.
return System