Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.NETWebフォームでルーティングを使用しています。(.NET 4.0)
ページは実際のURLが何であるかをどのように知ることができますか?
たとえば、次のURLで:
/ routing /friendly-url /
ページを印刷したい:
/folder/mypage.aspx
を使用しPage.AppRelativeVirtualPathます。
Page.AppRelativeVirtualPath
例:
<body> Path to ASPX: <%= Page.AppRelativeVirtualPath %> </body>