Summary
Encodes a URL string using
System.Text.Encoding.UTF8 for reliable
HTTP transmission from the Web server to a client.
- Assembly
- NDoc
.Documenter .NAnt .dll - Namespace
- NDoc
.Documenter .NAnt - Containing Type
- NAntXsltUtilities
Syntax
public string UrlEncode(string value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | string | The text to encode. |
Return Value
| Type | Description |
|---|---|
| string | The encoded string. |
