Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Attribute on a parameter or type that produces a HttpParameterBinding. If the attribute is on a type-declaration, then it's as if that attribute is present on all action parameters of that type.
Inheritance Hierarchy
System.Object
System.Attribute
System.Web.Http.ParameterBindingAttribute
System.Web.Http.FromBodyAttribute
System.Web.Http.ModelBinding.ModelBinderAttribute
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Parameter, Inherited := True, _
AllowMultiple := False)> _
Public MustInherit Class ParameterBindingAttribute _
Inherits Attribute
'Usage
Dim instance As ParameterBindingAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Parameter, Inherited = true,
AllowMultiple = false)]
public abstract class ParameterBindingAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Parameter, Inherited = true,
AllowMultiple = false)]
public ref class ParameterBindingAttribute abstract : public Attribute
[<AbstractClassAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Parameter, Inherited = true,
AllowMultiple = false)>]
type ParameterBindingAttribute =
class
inherit Attribute
end
public abstract class ParameterBindingAttribute extends Attribute
The ParameterBindingAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ParameterBindingAttribute | Initializes a new instance of the ParameterBindingAttribute class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
TypeId | (Inherited from Attribute.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Attribute.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBinding | Gets the parameter binding. |
![]() |
GetHashCode | (Inherited from Attribute.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsDefaultAttribute | (Inherited from Attribute.) |
![]() |
Match | (Inherited from Attribute.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
_Attribute.GetIDsOfNames | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfo | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.Invoke | (Inherited from Attribute.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg)
.jpeg)
.jpeg)
.jpeg)
.jpeg)