Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |