单项选择题

A.if(ModelState){}
B.if(ModelState==true){}
C.if(ModelState.IsValid){}
D.以上都对