Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Dec 14, 2011 05:10 AM by davidsa
Member
210 Points
126 Posts
Dec 14, 2011 05:10 AM|LINK
How would you go from https to http using relative urls?
For example, take this navigation menu:
<li><a href="@Href("~/Home")">Home</a></li>
<li><a href="@Href("~/SomePage")">Some Page</a></li>
<li><a href="@Href("~/Order")">Order</a></li>
I want the order page served as https but the rest as http. Is it possible to do it using relative urls?
davidsa
Member
210 Points
126 Posts
Going from HTTPS to HTTP with relative URLs
Dec 14, 2011 05:10 AM|LINK
How would you go from https to http using relative urls?
For example, take this navigation menu:
<li><a href="@Href("~/Home")">Home</a></li>