HttpServerUtilityWrapper.UrlPathEncode(String) Method

Definition

URL-encodes the path section of a URL string.

public:
 override System::String ^ UrlPathEncode(System::String ^ s);
public override string UrlPathEncode (string s);
override this.UrlPathEncode : string -> string
Public Overrides Function UrlPathEncode (s As String) As String

Parameters

s
String

The string to URL-encode.

Returns

The URL-encoded text.

Applies to