You are developing an ASP.NET MVC application. The application must allow users to enter
JavaScript in a feedback text box only. You need to disable request validation. What should
you do?

A.
Apply and set the CausesClientSideValidation attribute on the text box to FALSE.
B.
Apply and set the ValidateInput attribute on the text box to FALSE.
C.
Use the HttpRequest.Unvalidated property to read the unvalidated form value.
D.
Use the HttpRequest.Form property to read the unvalidated form value.
Correct answers: B,C
0
0
c is correct.. its not a multiple answers question
0
0
Also ValidateInput is for ActionResults not text boxes
0
0
You’re right. ValidateInput is on Action level, not property level.
0
0
BTW, part of that new 231Q 70-486 dumps FYI:
https://drive.google.com/open?id=0B-ob6L_QjGLpflNtUWtkNlk3ODJFY0pqOUhqVFEwc0lrd0QtamRxUHFLLUdWZEVDaGtlQWM
Best Regards!
0
0