Click or drag to resize

PFActionsBarMenuGenerateHtml Method

Appends the HTML of this object.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected override void GenerateHtml(
	HtmlBuilder html,
	string controllerName
)

Parameters

html
Type: MicaSystems.UtilsHtmlBuilder
The HtmlBuilder to append to.
controllerName
Type: SystemString
Name of the MVC controller.

Return Value

Type: 
HTML
See Also