I am working asp.net mvc3. I have an action link like following:
@Html.ActionLink("Yes", "Admin", "Foo", null, new { @class = "link" })
How can I modify this to create a link in https as oppose to http as I have set my controller action with [RequireHttps]