Click or drag to resize

PFActionsBarObjectGetHtml Method

Generates 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#
public Html GetHtml(
	string controllerName
)

Parameters

controllerName
Type: SystemString
Name of the MVC controller.

Return Value

Type: Html
HTML
See Also