I just upgraded my project to 2.1d. We have code in an H1Tag that shows the Page Name in the tag like so:
<h1><%=mCurrentPage.DocumentName.ToString()%></h1>
I now get an error of Compiler Error Message: CS0103: The name 'mCurrentPage' does not exist in the current context
Looking up this error it tells me that the variable is no longer in scope. Has it been taken out in this version. If so how can I get the name of the page at runtime.