You are not logged in.
Pages: 1
On MVC/MVVM Web applications development is there a way to know data sent to Mustache template?
I need see it for debug purpose.
Offline
See
https://synopse.info/files/html/Synopse … #TITLE_517
Now, just change in your browser the URI from http://localhost:8092/blog/articleView?id=99 (here we clicked on the Article with ID=99) into http://localhost:8092/blog/articleView/json?id=99 (i.e. entering /articleView/json instead of /articleView, as a fake sub-URI).
Offline
Pages: 1