C# Class Nancy.Swagger.Annotations.Attributes.RouteAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: khellang/Nancy.Swagger Class Usage Examples

Méthodes publiques

Méthode Description
RouteAttribute ( ) : System
RouteAttribute ( HttpMethod method, string path ) : System
RouteAttribute ( string name ) : System

Method Details

RouteAttribute() public méthode

public RouteAttribute ( ) : System
Résultat System

RouteAttribute() public méthode

public RouteAttribute ( HttpMethod method, string path ) : System
method HttpMethod
path string
Résultat System

RouteAttribute() public méthode

public RouteAttribute ( string name ) : System
name string
Résultat System