Dom<(Of <(<'TPageModel>)>)>..::..ToDom<(Of <(<'TProperty>)>)> Method
Casts reference to page model property into Dom..::..Element
Namespace:
Suoranta.WebApp.ViewAssembly: 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>)>)>>)>)>

