C# 클래스 Simplify.Web.Meta.ControllerRouteInfo

Provides controller route information
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
ControllerRouteInfo ( string getRoute = null, string postRoute = null, string putRoute = null, string patchRoute = null, string deleteRoute = null )

Initializes a new instance of the ControllerRouteInfo class.

메소드 상세

ControllerRouteInfo() 공개 메소드

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.