| Table of Contents |
public static string EncodeHtmlEntities(this string text);
| Name | Type | Description |
|---|---|---|
| text | string | String to encode. |
public static string EncodeHtmlEntities(this string text, Encoding encoding);
| Name | Type | Description |
|---|---|---|
| text | string | String to encode. |
| encoding | Encoding | Text encoding to use. |
public static string EncodeHtmlEntities(this string text, Encoding encoding, bool useEntityNames);
| Name | Type | Description |
|---|---|---|
| text | string | String to encode. |
| encoding | Encoding | Text encoding to use. |
| useEntityNames | bool | If True, encodes html entity using entity name rather than numeric entity code. |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by