Reputation: 832
I have an asp.net page with alot of hyperlinks which leads to different pages. I need one of these pages to be redirected as https, and not just http. Generally I've been using NavigateUrl property with the name of the page, but I could find any way of redirecting to a new page with hyperlink using https.
Is it possible to redirect from asp:hyperlink control to another page using https?
Thanks
Upvotes: 0
Views: 520