Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HttpParameterDescriptor::GetCustomAttributes<T> Method ()

 

Retrieves a collection of the custom attributes from the parameter.

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

public:
generic<typename T>
where T : ref class
virtual Collection<T>^ GetCustomAttributes()

Return Value

Type: System.Collections.ObjectModel::Collection<T>^

A collection of the custom attributes from the parameter.

Type Parameters

T

The type of the custom attributes.

Return to top
Show: