UrlEncode in VB.NET Class?

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top