Created
December 14, 2015 15:08
-
-
Save MagnusThor/96d2c0d3323d48fd2a46 to your computer and use it in GitHub Desktop.
Pass a object , that you can grab from the c# controller using .GetParameter("foo") ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var myParams = { | |
| foo: "bar", | |
| categoryId :1001 | |
| }; | |
| xsocketsControllerProvider.open("ws://" + location.host, myParams); | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment