HttpServerUtilityWrapper.UrlPathEncode(String) Метод

Определение

Кодирует в URL-формате раздел пути строки URL-адреса.

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

Параметры

s
String

Строка, кодируемая в URL-формате.

Возвращаемое значение

String

Текст в кодировке URL.

Применяется к