IPageContext interface
Global context placed on each web page
Properties
globalization | Globalization data for the current page based on the current user's settings |
time |
Contains global time zone configuration information (e.g. which dates DST changes) |
web |
The web context information for the given page request |
Property Details
globalization
Globalization data for the current page based on the current user's settings
globalization: GlobalizationContext
Property Value
timeZonesConfiguration
Contains global time zone configuration information (e.g. which dates DST changes)
timeZonesConfiguration: TimeZonesConfiguration
Property Value
TimeZonesConfiguration
webContext
The web context information for the given page request
webContext: IWebContext
Property Value
IWebContext