ReflectedHttpActionDescriptor.GetParameters Method ()

 

Retrieves the parameters of the action method.

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

Syntax

public override Collection<HttpParameterDescriptor> GetParameters()
public:
virtual Collection<HttpParameterDescriptor^>^ GetParameters() override
override GetParameters : unit -> Collection<HttpParameterDescriptor>
Public Overrides Function GetParameters As Collection(Of HttpParameterDescriptor)

Return Value

Type: System.Collections.ObjectModel.Collection<HttpParameterDescriptor>

The parameters of the action method.

See Also

ReflectedHttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top