ModelValidationNode.CombineWith Method (ModelValidationNode)

.NET Framework (current version)
 

Combines the current ModelValidationNode instance with a specified ModelValidationNode instance.

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

member CombineWith : 
        otherNode:ModelValidationNode -> unit

Parameters

otherNode
Type: System.Web.ModelBinding.ModelValidationNode

The model validation node to combine with the current instance.

.NET Framework
Available since 4.5
Return to top
Show: