Hot Towel SPA网站启动时带有请求参数

时间:2013-07-23 18:23:03

标签: durandal hottowel

我使用HotTowel SPA模板开发了一个网站。需要用户通过一些参数(查询字符串/帖子)从另一个网站上的超链接访问该SPA网站。我需要访问shell.js中的这些参数,因为header.html视图需要这些数据。如果我在散列标记中使用:parm语法,则startmodule将来不及访问此信息。

你能告诉我最好的方法。

提前致谢 维克

1 个答案:

答案 0 :(得分:1)

您可以通过window对象访问shell.js中的查询字符串参数。

window.location.search

there is an article on MDN显示了这一点。