This topic has not yet been rated - Rate this topic

ParameterBindingExtensions.BindAsError Method

Binds parameter that results as an error.

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
public static HttpParameterBinding BindAsError(
	this HttpParameterDescriptor parameter,
	string message
)

Parameters

parameter
Type: System.Web.Http.Controllers.HttpParameterDescriptor

The parameter descriptor that describes the parameter to bind.

message
Type: System.String

The error message that describes the reason for fail bind.

Return Value

Type: System.Web.Http.Controllers.HttpParameterBinding
The HTTP parameter binding object.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HttpParameterDescriptor. When you use instance method syntax to call this method, omit the first parameter. For more information, see http://msdn.microsoft.com/en-us/library/bb384936(v=vs.108).aspx or http://msdn.microsoft.com/en-us/library/bb383977(v=vs.108).aspx.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.