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-адреса.

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

Кодированный URL-адресом текст.

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