RemoteAttribute::IsValid Method
Namespace:
System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | IsValid(Object^) | This method always returns true.(Overrides ValidationAttribute::IsValid(Object^).) |
![]() | IsValid(Object^, ValidationContext^) | (Inherited from ValidationAttribute.) |
RemoteAttribute::IsValid Method (Object^)
This method always returns true.
Parameters
- value
-
Type:
System::Object^
The validation target.
Remote attributes that derive from ValidationAttribute should return true for this method.
Show:

