C# Class Simplify.Web.Attributes.PatchAttribute

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

Méthodes publiques

Méthode Description
PatchAttribute ( string route ) : System

Initializes a new instance of the PutAttribute class.

Method Details

PatchAttribute() public méthode

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