Méthode System::Web::HttpUtility::HtmlDecode
HttpUtility::HtmlDecode(const String&) method
Décode le fragment HTML.
static String System::Web::HttpUtility::HtmlDecode(const String &str)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | Fragment HTML à décoder. |
ReturnValue
Fragment HTML décodé.
Voir aussi
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&) method
Décode le fragment HTML.
static void System::Web::HttpUtility::HtmlDecode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | Fragment HTML à décoder. |
| sortie | const SharedPtr<IO::TextWriter>& | Un objet TextWriter pour la sortie. |
Voir aussi
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++