Click or drag to resize

PFViewHtmlHelperControlViewQueryForTProperty Method

Gets the html of a control, loaded with current view's query corresponding value.

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 ControlViewQueryFor<TProperty>(
	Expression<Func<PFQuery, TProperty>> expression
)

Parameters

expression
Type: System.Linq.ExpressionsExpressionFuncPFQuery, TProperty

Type Parameters

TProperty

Return Value

Type: Html
See Also