JsStatements..::..IfElse Method
Namespace:
Suoranta.WebApp.View.JS
Assembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Assembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Syntax
public static JsStatement IfElse( JsExpression expr, IJsStatements doIfTrue, IJsStatements doIfFalse )
Parameters
- doIfTrue
- Type: Suoranta.WebApp.View.JS..::..IJsStatements
- doIfFalse
- Type: Suoranta.WebApp.View.JS..::..IJsStatements

