Click or drag to resize

BaseAction Constructor

Initializes a new instance of the BaseAction class.

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
protected BaseAction(
	Renderer renderer,
	CommonAction action
)

Parameters

renderer
Type: Dynamicweb.News.FrontendRenderer
The renderer.
action
Type: Dynamicweb.News.FrontendCommonAction
The action.
See Also