My goal is to be able to quickly type this:
<%= %>
Can anyone suggest a way to make it easier within Visual Studio to insert the HTML code escape block. (I am not even sure the name of this piece of code!)
I realize that typing <%
in the code editor will autocomplete the escape block for me, but perhaps there's an easier way to input this block?
Perhaps there is a snippet or existing key combo built into Visual Studio to accomplish this?
Even further, this would be nice as well:
<%= Html.Encode() %>