Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes where the parameter come from.
Namespace: System.Web.Http.Description
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Enumeration ApiParameterSource
'Usage
Dim instance As ApiParameterSource
public enum ApiParameterSource
public enum class ApiParameterSource
type ApiParameterSource
public enum ApiParameterSource
Members
Member name | Description | |
---|---|---|
FromUri | The parameter come from Uri. | |
FromBody | The parameter come from Body. | |
Unknown | The location is unknown. |