System::Web::HttpUtility::HtmlEncode Methode
Inhalt
[
Ausblenden
]HttpUtility::HtmlEncode(const SharedPtr<Object>&) method
Kodiert HTML‑Fragment.
static String System::Web::HttpUtility::HtmlEncode(const SharedPtr<Object> &value)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | const SharedPtr<Object>& | HTML-Fragment zu kodieren. |
ReturnValue
Kodiertes HTML-Fragment.
Siehe auch
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::HtmlEncode(const String&) method
Kodiert HTML‑Fragment.
static String System::Web::HttpUtility::HtmlEncode(const String &str)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | HTML-Fragment zu kodieren. |
ReturnValue
Kodiertes HTML-Fragment.
Siehe auch
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::HtmlEncode(const String&, const SharedPtr<IO::TextWriter>&) method
Kodiert HTML‑Fragment.
static void System::Web::HttpUtility::HtmlEncode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Parameter | Typ | Beschreibung |
|---|---|---|
| str | const String& | HTML-Fragment zu kodieren. |
| Ausgabe | const SharedPtr<IO::TextWriter>& | Ein TextWriter-Objekt für die Ausgabe. |
Siehe auch
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++