When using razor views, do you have to take any special steps to proctect your asp.net mvc application from cross site scripting (XSS) attacks?

Submitted by: Administrator
No, by default content emitted using a @ block is automatically HTML encoded to protect from cross site scripting (XSS) attacks.
Submitted by: Administrator

Read Online Model View Controller (MVC) Job Interview Questions And Answers