메소드 | 설명 | |
---|---|---|
SwaggerResponseAttribute ( HttpStatusCode httpStatusCode, |
Initializes a new instance of the SwaggerResponseAttribute class.
|
|
SwaggerResponseAttribute ( |
Initializes a new instance of the SwaggerResponseAttribute class.
|
|
SwaggerResponseAttribute ( int httpStatusCode, |
Initializes a new instance of the SwaggerResponseAttribute class.
|
|
SwaggerResponseAttribute ( string httpStatusCode, |
Initializes a new instance of the SwaggerResponseAttribute class.
|
public SwaggerResponseAttribute ( HttpStatusCode httpStatusCode, |
||
httpStatusCode | HttpStatusCode | The HTTP status code for which the result type applies. |
responseType | The JSON result type of the MVC or Web API action method. | |
리턴 | System |
public SwaggerResponseAttribute ( |
||
responseType | The JSON result type of the MVC or Web API action method. | |
리턴 | System |
public SwaggerResponseAttribute ( int httpStatusCode, |
||
httpStatusCode | int | The HTTP status code for which the result type applies. |
responseType | The JSON result type of the MVC or Web API action method. | |
리턴 | System |
public SwaggerResponseAttribute ( string httpStatusCode, |
||
httpStatusCode | string | The HTTP status code for which the result type applies. |
responseType | The JSON result type of the MVC or Web API action method. | |
리턴 | System |