This topic has not yet been rated - Rate this topic

HtmlHelper.GetUnobtrusiveValidationAttributes Method (String, ModelMetadata)

Gets the collection of unobtrusive JavaScript validation attributes using the specified HTML name attribute and model metadata.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public IDictionary<string, Object> GetUnobtrusiveValidationAttributes(
	string name,
	ModelMetadata metadata
)

Parameters

name
Type: System.String

The HTML name attribute.

metadata
Type: System.Web.Mvc.ModelMetadata

The model metadata.

Return Value

Type: System.Collections.Generic.IDictionary<String, Object>
The collection of unobtrusive JavaScript validation attributes.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.