RemoteAttribute::IsValid Method

 

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

Return to top

RemoteAttribute::IsValid Method (Object^)

This method always returns true.

public:
virtual bool IsValid(
	Object^ value
) override

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.

Return to top
Show: