Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
UrlEncode Method

  Switch on low bandwidth view
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
HttpServerUtility..::.UrlEncode Method

Encodes a string for reliable HTTP transmission from the Web server to a client through the URL.

  NameDescription
Public methodUrlEncode(String) URL-encodes a string and returns the encoded string.
Public methodUrlEncode(String, TextWriter) URL-encodes a string and sends the resulting output to a TextWriter output stream.
Top

UrlEncode is a convenient way to access the HttpUtility..::.UrlEncode method at run time from an ASP.NET application. Internally, UrlEncode uses HttpUtility..::.UrlEncode to encode strings.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker