C# Class Simplify.Web.Meta.ControllerRouteInfo

Provides controller route information
Show file Open project: i4004/Simplify.Web

Public Methods

Method 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 method

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.