Dom<(Of <(<'TPageModel>)>)>..::..DoIf Method
Namespace:
Suoranta.WebApp.View
Assembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Assembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Syntax
public static JsStatement DoIf( Expression<Func<TPageModel, bool>> expr, JsStatements ifTrue, JsStatements ifFalse )
Parameters
- expr
- Type: Expression<(Of <(<'Func<(Of <(<'TPageModel, Boolean>)>)>>)>)>
- ifTrue
- Type: Suoranta.WebApp.View.JS..::..JsStatements
- ifFalse
- Type: Suoranta.WebApp.View.JS..::..JsStatements

