1
vote
3answers
440 views
How do you cast from Page.Master to a specific master page in ASP.NET
I have a BasePage which inherits from System.Web.UI.Page and every page that inherits the BasePage will have the same master page.
How do I cast the Page.Master of the BasePage to the speci …
