C# Class URSA.Web.Mapping.RouteAttribute

Inheritance: MappingAttribute
Afficher le fichier Open project: alien-mcl/URSA Class Usage Examples

Méthodes publiques

Méthode Description
RouteAttribute ( string url ) : System

Initializes a new instance of the RouteAttribute class.

Method Details

RouteAttribute() public méthode

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