RemoteAttribute.FormatAdditionalFieldsForClientValidation Method

Returns a comma-delimited string of validation field names.

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

'Declaration
Public Function FormatAdditionalFieldsForClientValidation ( _
	property As String _
) As String
'Usage
Dim instance As RemoteAttribute 
Dim property As String 
Dim returnValue As String 

returnValue = instance.FormatAdditionalFieldsForClientValidation(property)

Parameters

property
Type: System.String

The name of the validation property.

Return Value

Type: System.String
A comma-delimited string of validation field names.
Show: