0 out of 6 rated this helpful - Rate this topic

RemoteAttribute::AdditionalFields Property

Gets or sets the additional fields that are required for validation.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public:
property String^ AdditionalFields {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The additional fields that are required for validation.

The AdditionalFields property is provided for properties that require more than one field for validation.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.