Class PageViewMacro
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
PageViewMacro implements macros used for getting Pageview specific context values for use in i.e. indexing.
public class PageViewMacro : Macro
- Inheritance
-
PageViewMacro
- Inherited Members
Properties
Name
Gets the name of the Macro.
public override string Name { get; }
Property Value
- string
The name.
SupportedActions
Gets the supported actions.
public override IEnumerable<MacroAction> SupportedActions { get; }
Property Value
- IEnumerable<MacroAction>
The supported actions.
Methods
Evaluate(MacroAction)
Evaluates the specified action.
public override object Evaluate(MacroAction action)
Parameters
action
MacroActionThe action as a string.
Returns
- object
System.Object.