Dynamicweb 8 Documentation
Pageview Property (ContentModule)

Gets the PageView instance and gives you information about the current page that your module is used in. It gives you access to properties like the Page, the AreaID, information like style sheets and templates that are effective and it provides access to the current User of the page.
Syntax
'Declaration
 
Public Property Pageview As PageView
public PageView Pageview {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContentModule Class
ContentModule Members

Send Feedback