1
我想從C#中的url中刪除查詢字符串。我將使用來自其他頁面的查詢字符串重定向到此頁面,如http://www.something.com/details.aspx?id=100。 但狀態欄中的網址應該更改爲http://www.something.com/search.aspx。如何刪除asp.net中的查詢字符串
我無法使用會話或「發佈」。我試圖實現URL重寫,但我真的不明白如何設置規則來刪除查詢字符串。
任何人都請幫助...
重複的問題 - http://stackoverflow.com/questions/529551/how-can-i-remove-item-from-querystring-in-asp-net-using-c – coder
@Kiran但OP也需要改變從詳細信息頁面名稱進行搜索。我認爲這個其他問題應該是有用的http://stackoverflow.com/questions/352343/changing-browsers-address-bar-without-refreshing – daniloquio
@ daniloquio-是的我同意,我認爲他只是給了我們一個他想要的樣本與此類似。 – coder