Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.12 KB

INPUT_ATTRIBUTES.MD

File metadata and controls

10 lines (9 loc) · 1.12 KB

Input Attributes

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