ASPX templates
Version 4.x > ASPX templates > How is the NodeHeadTags property of PageInfo filled from upper tree View modes: 
User avatar
Member
Member
random0xff - 4/15/2009 9:37:45 AM
   
How is the NodeHeadTags property of PageInfo filled from upper tree
I'm trying to understand how things are passed down from the tree to my page.

I have a page Test with an ASPX template. The page above it is home (Corporate Site ASPX).

Home has a portal page template. This template has extra HEAD info. Test has my ASPX template. Under template properties for Test I have checked Select inherited content Root + Home

When I debug and inspect CurrentPage.NodeHeadTags it's empty. How does this work?

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 4/16/2009 9:19:55 AM
   
RE:How is the NodeHeadTags property of PageInfo filled from upper tree
Hi,

Unfortunately for this the interface is not available. In portal engine templates you can add the head info on the Master page tab of the root document to the head section. In ASPX templates you can do this directly to the file. for other pages you need to edit this directly in DB.

Best Regards,
Juraj Ondrus

User avatar
Member
Member
random0xff - 4/22/2009 2:23:16 AM
   
RE:How is the NodeHeadTags property of PageInfo filled from upper tree
Ok, thanks.