Click or drag to resize

PFItemHtmlHelperGetLabelHtml Method (PFField, PFFieldControlMode)

Gets the label html of a PFField, in a given control mode.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
protected virtual Html GetLabelHtml(
	PFField field,
	PFFieldControlMode mode
)

Parameters

field
Type: Packflow.CorePFField
mode
Type: Packflow.CorePFFieldControlMode

Return Value

Type: Html
See Also