ApiParameterSource Enumeration

 

Describes where the parameter come from.

Namespace:   System.Web.Http.Description
Assembly:  System.Web.Http (in System.Web.Http.dll)

public enum class ApiParameterSource

Member nameDescription
FromBody

The parameter come from Body.

FromUri

The parameter come from Uri.

Unknown

The location is unknown.

Return to top
Show: