Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

WebAppSearchForm<(Of <(<'TFormModel>)>)>..::..LabelFor<(Of <(<'TProperty>)>)> Method

Namespace:  Suoranta.WebApp.Html
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public virtual IHtmlString LabelFor<TProperty>(
	Expression<Func<TFormModel, TProperty>> selector
)

Type Parameters

TProperty

Parameters

selector
Type: Expression<(Of <(<'Func<(Of <(<'TFormModel, TProperty>)>)>>)>)>