Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はヘルパーを構築していますが、クラスからリクエストがsecured()接続から来たのかどうか()MVC4を知りたいですか? HtmlHelperhttpshttp
MVC4
HtmlHelper
https
http
ヘルパーがタイプHtmlHelper<T>またはHtmlHelper
HtmlHelper<T>
helper.ViewContext.RequestContext.HttpContext.Request.IsSecureConnection;
または多分ショートカット
helper.ViewContext.HttpContext.Request.IsSecureConnection;