RemoteAttribute::IsValid Method (Object)
This method always returns true.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- value
- Type: System::Object
The validation target.
Remote attributes that derive from ValidationAttribute should return true for this method.
Show: