Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VIS.Env.getCtx().setContext("key",value); 

 

  1. Server Side Context Usage

 

 

For custom controllers 

Ctx vCtx = Session["ctx"] as Ctx; 

...