Share via


ModelValidationNode.CombineWith Method (ModelValidationNode)

 

Combines the current ModelValidationNode instance with a specified ModelValidationNode instance.

Namespace:   Microsoft.Web.Mvc.ModelBinding
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Syntax

public void CombineWith(
    ModelValidationNode otherNode
)
public:
void CombineWith(
    ModelValidationNode^ otherNode
)
member CombineWith : 
        otherNode:ModelValidationNode -> unit
Public Sub CombineWith (
    otherNode As ModelValidationNode
)

Parameters

See Also

ModelValidationNode Class
Microsoft.Web.Mvc.ModelBinding Namespace

Return to top