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

Dom<(Of <(<'TPageModel>)>)>..::..ToDom<(Of <(<'TProperty>)>)> Method

Casts reference to page model property into Dom..::..Element

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

Syntax


public static Dom..::..Element ToDom<TProperty>(
	Expression<Func<TPageModel, TProperty>> prop
)

Type Parameters

TProperty
type of prop

Parameters

prop
Type: Expression<(Of <(<'Func<(Of <(<'TPageModel, TProperty>)>)>>)>)>

Return Value