Here I have three properties Like
Public Class Addition{
public Int Val1{get;se;}
public Int Val2{get;se;}
public Int Val3{get;se;}
}
In .cshtml Val1=10;Val2=20; If User Entre Val3=30 Then How can i validate Val3 Value Should Be LessThan or Equal to 30 Beacause (10+20=30)