HtmlEncode()
Contents
[
Hide
]HttpUtility::HtmlEncode(const String&) method
Encodes Html fragment.
static String System::Web::HttpUtility::HtmlEncode(const String &str)
Arguments
Parameter | Type | Description |
---|---|---|
str | const String& | Html fragment to encode. |
Return Value
Encoded Html fragment.
HttpUtility::HtmlEncode(const SharedPtr<Object>&) method
Encodes Html fragment.
static String System::Web::HttpUtility::HtmlEncode(const SharedPtr<Object> &value)
Arguments
Parameter | Type | Description |
---|---|---|
value | const SharedPtr<Object>& | Html fragment to encode. |
Return Value
Encoded Html fragment.
HttpUtility::HtmlEncode(const String&, const SharedPtr<IO::TextWriter>&) method
Encodes Html fragment.
static void System::Web::HttpUtility::HtmlEncode(const String &str, const SharedPtr<IO::TextWriter> &output)
Arguments
Parameter | Type | Description |
---|---|---|
str | const String& | Html fragment to encode. |
output | const SharedPtr<IO::TextWriter>& | A TextWriter object for output. |
See Also
- Typedef SharedPtr
- Class String
- Class HttpUtility
- Class Object
- Class TextWriter
- Namespace System::Web
- Library Aspose.Slides