RestApiOperationParameterLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The REST API operation parameter location.
public enum RestApiOperationParameterLocation
type RestApiOperationParameterLocation =
Public Enum RestApiOperationParameterLocation
- Inheritance
-
RestApiOperationParameterLocation
Fields
Name | Value | Description |
---|---|---|
Query | 0 | Query parameter. |
Header | 1 | Header parameter. |
Path | 2 | Path parameter. |
Cookie | 3 | Cookie parameter. |
Body | 4 | Body parameter. |