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>
I need to wait for a certain object to load while it is hidden. But what appears to be happening, is that it only loads without the display:none;
display:none
I'm using jQuery, and I trie