在 C# CLR 存储过程中使用 System.Web.HttpUtility.UrlEncode

Using System.Web.HttpUtility.UrlEncode in C# CLR Stored Procedure

我想使用 System.Web.HttpUtility.UrlEncode(text) 作为我在 HttpWebRequest 中发送的参数之一。但我无法将 System.Web dll 添加到我的引用中。

有什么方法可以在 CLR 中进行 UrlEncode?

谢谢

您可以使用 WebUtility.UrlEncode 来编码 url。

https://msdn.microsoft.com/tr-tr/library/system.net.webutility.urlencode(v=vs.110).aspx