✅ ValidationContext in ASP.NET
What does ObjectInstance and ObjectType mean? afaik
1) ValidationContext is basically on which class the validation is performed.
2) ObjectInstance is where we have all the values for a model class
3) I'm not sure what object type is.
What does this code do here?
I'm trying to fetch a different property value from in the same model class
Model class
1) ValidationContext is basically on which class the validation is performed.
2) ObjectInstance is where we have all the values for a model class
3) I'm not sure what object type is.
What does this code do here?
I'm trying to fetch a different property value from in the same model class
Model class