C# Class Simplify.Web.Attributes.PostAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
PostAttribute ( string route ) : System

Initializes a new instance of the PostAttribute class.

Method Details

PostAttribute() public méthode

Initializes a new instance of the PostAttribute class.
public PostAttribute ( string route ) : System
route string The route.
Résultat System