UnobtrusiveValidationAttributesGenerator.GetValidationAttributes Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the validation attributes from the structure or content of UnobtrusiveValidationAttributesGenerator.

public static void GetValidationAttributes (System.Collections.Generic.IEnumerable<System.Web.Mvc.ModelClientValidationRule> clientRules, System.Collections.Generic.IDictionary<string,object> results);
static member GetValidationAttributes : seq<System.Web.Mvc.ModelClientValidationRule> * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Shared Sub GetValidationAttributes (clientRules As IEnumerable(Of ModelClientValidationRule), results As IDictionary(Of String, Object))

Parameters

results
IDictionary<String,Object>

The result of the validation.

Applies to