C# Class Simplify.Web.Meta.ControllerRouteInfo

Provides controller route information
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
ControllerRouteInfo ( string getRoute = null, string postRoute = null, string putRoute = null, string patchRoute = null, string deleteRoute = null )

Initializes a new instance of the ControllerRouteInfo class.

Method Details

ControllerRouteInfo() public méthode

Initializes a new instance of the ControllerRouteInfo class.
public ControllerRouteInfo ( string getRoute = null, string postRoute = null, string putRoute = null, string patchRoute = null, string deleteRoute = null )
getRoute string The HTTP GET request route.
postRoute string The HTTP POST request route.
putRoute string The HTTP PUT request route.
patchRoute string The HTTP PATCH route.
deleteRoute string The HTTP DELETE route.