Click or drag to resize

PFItemHtmlHelperPFItemTypeLabelForTProperty Method

Gets the label html of a PFField, given a certain expression.

This method is called from generated ASPX forms. From CSharp, you can call directly the GetLabelHtml method.

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 LabelFor<TProperty>(
	Expression<Func<PFItemType, TProperty>> expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpressionFuncPFItemType, TProperty

Type Parameters

TProperty

Return Value

Type: Html
See Also