All I want to do is access the element from the code-behind of a content page and add a class name to it.
I have a top-level master page with t
I would add a public property to the code behind of the master page that would allow access to the body tag that is part of the master page. And then call that property from the content page.