G
Guest
Hi,
I have a VB.NET class project that I want to return a UrlEncoded string. I will eventually add this as an assembly to another C# Web Project.
How can I do this? I've tried Importing System.Web but the only options that appear are:
AspNetHostingPermisssion
AspNetHostingPermisssionAttribute
AspNetHostingPermisssionLevel
I though the HttpUtility would be avaiable to me? Or is this function not available to stand-alone classes?
Thanks, Dave.
I have a VB.NET class project that I want to return a UrlEncoded string. I will eventually add this as an assembly to another C# Web Project.
How can I do this? I've tried Importing System.Web but the only options that appear are:
AspNetHostingPermisssion
AspNetHostingPermisssionAttribute
AspNetHostingPermisssionLevel
I though the HttpUtility would be avaiable to me? Or is this function not available to stand-alone classes?
Thanks, Dave.