RemoteAttribute Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Attribute.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFormatAdditionalFieldsForClientValidation(String^)

Returns a comma-delimited string of validation field names.

System_CAPS_pubmethodFormatErrorMessage(String^)

Formats the error message that is displayed when validation fails.(Overrides ValidationAttribute::FormatErrorMessage(String^).)

System_CAPS_pubmethodSystem_CAPS_staticFormatPropertyForClientValidation(String^)

Formats the property for client validation by prepending an asterisk (*) and a dot.

System_CAPS_pubmethodGetClientValidationRules(ModelMetadata^, ControllerContext^)

Gets a list of client validation rules for the property.

System_CAPS_pubmethodGetHashCode()

(Inherited from Attribute.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodGetUrl(ControllerContext^)

Gets the URL for the remote validation call.

System_CAPS_pubmethodGetValidationResult(Object^, ValidationContext^)

(Inherited from ValidationAttribute.)

System_CAPS_pubmethodIsDefaultAttribute()

(Inherited from Attribute.)

System_CAPS_pubmethodIsValid(Object^)

This method always returns true.(Overrides ValidationAttribute::IsValid(Object^).)

System_CAPS_protmethodIsValid(Object^, ValidationContext^)

(Inherited from ValidationAttribute.)

System_CAPS_pubmethodMatch(Object^)

(Inherited from Attribute.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate(Object^, String^)

(Inherited from ValidationAttribute.)

System_CAPS_pubmethodValidate(Object^, ValidationContext^)

(Inherited from ValidationAttribute.)

Return to top
Show: