hide page url asp.net

后端 未结 6 1718
时光取名叫无心
时光取名叫无心 2021-01-24 10:28

I want to hide page name in browser.

For example;

www.mysite.com/page1.aspx
www.mysite.com/page2.aspx
www.mysite.com/page3.aspx

I wan

6条回答
  •  不知归路
    2021-01-24 10:54

    Obfuscating the actual URL is very bad practice both in usability and debugging.

    If you really, really need to do it you can use HTML frames by having a parent frameset page at your desired url and your actual pages in a full-width full-height frame inside the frameset.

    http://www.w3.org/TR/WD-frames-970331

提交回复
热议问题