asp.net mvc 包不为 https 呈现。
这是我的代码:
bundles.Add(new StyleBundle("~/Content/css/css").Include("~/Content/css/custom.css"));
看法
@Styles.Render("~/Content/css/css")
我得到的错误代码是:
混合内容:页面
'https://domain/'
是通过 HTTPS 加载的,但请求的样式表不安全'http://domain:443/Content/css/custom.css'
。此请求已被阻止;内容必须通过 HTTPS 提供。