gpt4 book ai didi

asp.net - ASP.NET MVC 下的 SSL 页面

转载 作者:太空宇宙 更新时间:2023-11-03 12:36:46 24 4
gpt4 key购买 nike

如何为基于 ASP.NET MVC 的站点中的某些页面使用 HTTPS?

Steve Sanderson 在 Preview 4 上有一个关于如何以 DRY 方式执行此操作的非常好的教程:

http://blog.codeville.net/2008/08/05/adding-httpsssl-support-to-aspnet-mvc-routing/

Preview 5 是否有更好/更新的方式?

最佳答案

如果您使用 ASP.NET MVC 2 Preview 2 or higher ,您现在可以简单地使用:

[RequireHttps]
public ActionResult Login()
{
return View();
}

不过,order 参数值得注意,如 mentioned here .

关于asp.net - ASP.NET MVC 下的 SSL 页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/156748/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com