0
<%= 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)。這裏的問題是鏈接顯示爲文本。Html.ActionLink在IE6中不起作用
如何解決這個問題? IE6是主要要求之一。
你可以發佈你在每個瀏覽器中看到的HTML輸出嗎? – 2010-07-13 18:11:38