asp.net - formatting of aspx file in Visual Studio -
I have a file with many things like this:
How can I get the format to show it to me:
& lt; Div & gt; & Lt; ASP: label runat = "server" text = "file name:" id = "llf file name" & gt; & Lt; / ASP: Labels & gt; & Lt; / Div & gt; Thanks a lot
Ctrl + of + D will format the entire document for you in Visual Studio. If you want to change how the Visual Studio Auto Format HTML - which I think is what you are asking - you can easily change options by going to Tools. Text editor | Html | Formatting
There is an option to wrap the tag for a specific length - which is what you have after.
Comments
Post a Comment