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)

Public Sub CombineWith (
	otherNode As ModelValidationNode
)

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: