URLEncode

PROKA

Well-known member
Joined
Sep 3, 2003
Messages
249
Location
Bucharest
Read about it in the MSDN and its sounds quite simple, but if I put this line in my program
[VB]
Request = System.Web.HttpUtility.UrlEncode(Request)
[/VB]

it underlines "System.Web.HttpUtility" saying HttpUtility is not a member of Web
 
but its located in the System.Web assembly
Requirements
Namespace: System.Web

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

Assembly: System.Web (in System.Web.dll)
 
Back
Top