RemoteAttribute.IsValid Method (Object)

This method always returns true.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

abstract IsValid : 
        value:Object -> bool  
override IsValid : 
        value:Object -> bool

Parameters

value
Type: System.Object
The validation target.

Return Value

Type: System.Boolean
true

Remote attributes that derive from ValidationAttribute should return true for this method.

Show: