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.
Retrieves the parameters of the action method.
Namespace: System.Web.Http.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overrides Function GetParameters As Collection(Of HttpParameterDescriptor)
'Usage
Dim instance As ReflectedHttpActionDescriptor
Dim returnValue As Collection(Of HttpParameterDescriptor)
returnValue = instance.GetParameters()
public override Collection<HttpParameterDescriptor> GetParameters()
public:
virtual Collection<HttpParameterDescriptor^>^ GetParameters() override
abstract GetParameters : unit -> Collection<HttpParameterDescriptor>
override GetParameters : unit -> Collection<HttpParameterDescriptor>
public override function GetParameters() : Collection<HttpParameterDescriptor>
Return Value
Type: System.Collections.ObjectModel.Collection<HttpParameterDescriptor>
The parameters of the action method.