Click or drag to resize

PFItemHtmlHelperPFItemTypeDisplayForTProperty Method

Gets the display html of a PFField, loaded with current item corresponding value.

This method is called from generated ASPX forms. From CSharp, you can call directly the GetDisplayHtml 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 DisplayFor<TProperty>(
	Expression<Func<PFItemType, TProperty>> expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpressionFuncPFItemType, TProperty

Type Parameters

TProperty

Return Value

Type: Html
See Also