Browse by Tags

All Tags » HTMlEncode (RSS)

ASP.NET 4.0- Html Encoded Expressions by Jalpesh P. Vadgama

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...
More Posts