I am trying to call the static HttpUtility.UrlEncode in my VB.NET project, but the IDE is not recognising the class saying that it is not declared.
HttpUtility.UrlEncode
I have i
Add a reference to System.Web.dll to your project.
System.Web.dll