| Dynamicweb.Frontend Namespace : PageView Class |
For a list of all members of this type, see PageView members.
| Name | Description | |
|---|---|---|
![]() | AddJavascript | Adds a javascript path to the pages scripts section in head. |
![]() | AddStylesheet | Overloaded. Adds a stylesheet path to the pages stylesheets section in head. |
![]() ![]() | Current | Gets the PageView object of the current pageview. This can only be called in a frontend context. |
![]() ![]() | GetPageview | Retrieves a top-level pageview instance for use in backend context. Use PageView.Current for accessing the pageview instance in a frontend context. |
![]() ![]() | GetPageviewByPageID | Retrieves an instance of the pageview of page specified by page ID. Use PageView.Current for accessing the pageview instance in a frontend context. |
![]() | Initialize | Initializes a new instance of the PageView class. Usually Dynamicweb handles this. |
![]() | Load | Loads the PageView object with data. Usually Dynamicweb handles this. |
![]() | Output | Executes the pageview and parses all templates with content, modules and navigation. |
![]() ![]() | TryRedirectDomain | Tries to redirect the client to a domain specified in "Primary domain" settings under the current langauge area. |