forum

Home / DeveloperSection / Forums / Model require in mvc

Model require in mvc

Anonymous User167410-Oct-2014
Is there a way through data annotations to require that a boolean property be set to true?
publicclassMyAwesomeObj
{
    publicbool ThisMustBeTrue { get; set; }
}


Updated on 10-Oct-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By