why do i need to do html.encode()

Posted by ooo on Stack Overflow See other posts from Stack Overflow or by ooo
Published on 2010-05-26T16:24:18Z Indexed on 2010/05/26 16:31 UTC
Read the original article Hit count: 235

Filed under:
|
|

if i have a user entering data into a rich text editor and submitting data that i am storing into a database and then retrieving to show on other dynamic web pages, why do i need encoding here.

Is the only reason because someone might paste javascript into the rich text editor? is there any other reason ?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about encoding