NAntXsltUtilities.

UrlEncode(string) Method

Summary

Encodes a URL string using System.Text.Encoding.UTF8 for reliable HTTP transmission from the Web server to a client.

Syntax

public string UrlEncode(string value)

Parameters

Name Type Description
value string The text to encode.

Return Value

Type Description
string The encoded string.