Attribute | Type | Description |
---|---|---|
BodyParameter | Parameter | Bind the raw body input to the parameter |
FileParameter | Parameter | Bind the specified file input to the parameter |
HeaderParameter | Parameter | Bind the specified header input to the parameter |
PathParameter | Parameter | Bind the specified path variable to the parameter |
PostParameter | Parameter | Bind the specified post input to the parameter |
QueryParameter | Parameter | Bind the specified query string parameter to the parameter |