标签: c# .net asp.net-mvc asp.net-mvc-5
我正在开发我的ASP.NET MVC 5项目。
我需要访问HttpServerUtility实例。我这样试过:
HttpServerUtility
this.Server
但我得HttpServerUtilityBase。我试过这个example,但它对我没有帮助。
HttpServerUtilityBase
如何访问HttpServerUtility实例?