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.
- See Also
SupportedActions
Gets the supported actions.
public override IEnumerable<string> SupportedActions { get; }
Property Value
- IEnumerable<string>
- The supported actions.
- See Also
Methods
Evaluate(string)
Evaluates the specified action.
public override object Evaluate(string action)
Parameters
action
string- The action as a string.
Returns
- object
- System.Object.
- See Also