<%= Html.ActionLink("Account Page", "Index", new {
controller = "Account", culture = (string)Session[culture],
client = (string)Session[Client], brand = (string)Session[Brand],
storeid = (string)Session[Store] })%>
これは、IE6を除くほとんどすべてのブラウザー(IE7 / 8、Mozilla、safari、chrome)で機能します。ここでの問題は、リンクがテキストとして表示されることです。
これを回避する方法は?IE6は主要な要件の1つです。