ASP.NET 4.0- Html Encoded Expressions

added by jacobsebastian
1/19/2011 12:30:25 AM

112 Views

We all know <%=expression%> features in asp.net. We can print any string on page from there. Mostly we are using them in asp.net mvc. Now we have one new features with asp.net 4.0 that we have HTML Encoded Expressions and this prevent Cross scripting...


0 comments