Method | Description | |
---|---|---|
HTTPMappingAttribute ( HTTPMethod HTTPMethod, String UriTemplate ) : System |
Generates a new HTTP mapping.
|
|
HTTPMappingAttribute ( HTTPMethods HTTPMethod, String UriTemplate ) : System |
Generates a new HTTP mapping.
|
|
HTTPMappingAttribute ( String HTTPMethodString, String UriTemplate ) : System |
Generates a new HTTP mapping.
|
public HTTPMappingAttribute ( HTTPMethod HTTPMethod, String UriTemplate ) : System | ||
HTTPMethod | HTTPMethod | The HTTP method of this HTTP mapping. |
UriTemplate | String | The URI template of this HTTP mapping. |
return | System |
public HTTPMappingAttribute ( HTTPMethods HTTPMethod, String UriTemplate ) : System | ||
HTTPMethod | HTTPMethods | The HTTP method of this HTTP mapping. |
UriTemplate | String | The URI template of this HTTP mapping. |
return | System |
public HTTPMappingAttribute ( String HTTPMethodString, String UriTemplate ) : System | ||
HTTPMethodString | String | The HTTP method of this HTTP mapping. |
UriTemplate | String | The URI template of this HTTP mapping. |
return | System |