Enum ApiParameterSource
- Namespace
- System.Web.Http.Description
- Assembly
- System.Web.Http.dll
Describes where the parameter come from.
public enum ApiParameterSource
Fields
FromBody = 1
The parameter come from Body.
FromUri = 0
The parameter come from Uri.
Unknown = 2
The location is unknown.