asp.net-core – Asp.net Core中的UserHostAddress

前端之家收集整理的这篇文章主要介绍了asp.net-core – Asp.net Core中的UserHostAddress前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
旧的HttpContext.Request.UserHostAddress的Asp.Net 5中的等价物是什么?

我试过this.ActionContext.HttpContext,但找不到UserHostAddress或ServerVariables属性.

谢谢

解决方法

自从发布原始答案以来,已经移动了.现在通过访问 @H_301_10@httpContext.Features.Get<IHttpConnectionFeature>()?.RemoteIpAddress
原文链接:https://www.f2er.com/netcore/249663.html

猜你在找的.NET Core相关文章