You are implementing a Web page that displays text that was typed by a user. You need to display the user input in the Web page so that a cross-site scripting attack will be prevented. What should you do?()
A、A.Call document.write.
B、B.Call Response.Write.
C、C.Call HttpUtility.UrlEncode.
D、D.Call HttpUtility.HtmlEncode.