HttpParameterBinding.IsValid Property

 

Gets a value that indicates whether the binding was successful.

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

Syntax

public bool IsValid { get; }
public:
property bool IsValid {
    bool get();
}
member IsValid : bool with get
Public ReadOnly Property IsValid As Boolean

Property Value

Type: System.Boolean

true if the binding was successful; otherwise, false.

See Also

HttpParameterBinding Class
System.Web.Http.Controllers Namespace

Return to top