ASPX templates
Version 5.x > ASPX templates > Page name View modes: 
User avatar
Member
Member
davef-helixpoint - 6/4/2010 11:41:53 AM
   
Page name
How do I get the current page name?

User avatar
Kentico Support
Kentico Support
kentico_radekm - 6/4/2010 3:38:13 PM
   
RE:Page name
Hello.

You can get this information from CMSContext class:

string iDocName = CMS.CMSHelper.CMSContext.CurrentDocument.DocumentName;


Best Regards,
Radek Macalik