When I navigate on a website utilizing MasterPages, does the application know what page I am on? If so, does it store it in an object I can access?
The reason I am
You should be able to get the page by accessing the Page property. IE:
string type = this.Page.GetType().Name.ToString();