System::Web::HttpUtility::HtmlDecode method
HttpUtility::HtmlDecode(const String&) method
Decodes Html fragment.
static String System::Web::HttpUtility::HtmlDecode(const String &str)
Parameter | Type | Description |
---|---|---|
str | const String& | Html fragment to decode. |
ReturnValue
Decoded Html fragment.
See Also
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF for C++
HttpUtility::HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&) method
Decodes Html fragment.
static void System::Web::HttpUtility::HtmlDecode(const String &str, const SharedPtr<IO::TextWriter> &output)
Parameter | Type | Description |
---|---|---|
str | const String& | Html fragment to decode. |
output | const SharedPtr<IO::TextWriter>& | A TextWriter object for output. |
See Also
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.PDF for C++