Share via


HttpActionDescriptor.GetParameters Method ()

 

Retrieves the parameters for the action descriptor.

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

Syntax

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

Return Value

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

The parameters for the action descriptor.

See Also

HttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top