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.
我有一个 asp.net 页面,其中包含很多指向不同页面的超链接。我需要将这些页面之一重定向为 https,而不仅仅是 http。一般来说,我一直在使用带有页面名称的 NavigateUrl 属性,但我可以找到任何使用 https 重定向到带有超链接的新页面的方法。
是否可以使用 https 从 asp:hyperlink 控件重定向到另一个页面?
谢谢
那么,asp:LinkButton就是答案。