NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpServerUtility.UrlEncode (String)

URL encodes a given string and returns the encoded string.

[Visual Basic]
Overloads Public Function UrlEncode( _
   ByVal s As String _
) As String
[C#]
public string UrlEncode(
   string s
);
[C++]
public: String* UrlEncode(
   String* s
);
[JScript]
public function UrlEncode(
   s : String
) : String;

Parameters

s
The text to encode into URL format.

Return Value

The URL encoded text.

See Also

HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace | HttpServerUtility.UrlEncode Overload List