How to access content page from inside master page

  • Thread starter Thread starter Siberwulf
  • Start date Start date
S

Siberwulf

Is it possible to access the classname (or type) of the content page
from inside the master page? I'm trying to do some security model in
the master page, without having to add to each individual page in the
solution.

Thanks in advance.
 
If you pull the current Page from the master page, it will be the page you
are hitting. You can then get anything that the Page object contains.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
 
Back
Top