Note this text is being encoded somehow which is making it very difficult for me to write what I want since it has to do with html encoding. If you are viewing the text below in a browser it doesn't really make sense - you need to click on details to see what I mean.When I try and specify the title of my asp .net page via the Title property in the @Page directive (the page has a master page defined), whatever I enter as the title is html-decoded rather than html-encoded. For example<%@ Page Title="X & Y" ..produces<title>X & Y</title>I've had to resort to double encoding it as follows<%@ Page Title="X & Y" ..produces<title>X & Y</title>
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results