Class PageViewContext
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
Object for pageview context sensitive information.
- Inheritance
-
Page
View Context
- Inherited Members
Properties
settings
Property Value
Methods
GetValue(string)
Gets the value of the specified key in the context.
Parameters
key
stringThe key to return the value for.
Returns
- object
The value stored on the key. Nothing if the key does not exist
SetValue(string, object?)
Sets the value of an entry in the context.
Parameters
Remarks
If the passed key already exists, it is overriden with the new value