System::Web::HttpUtility::HtmlEncode-methode
inhoud
[
verbergen
]HttpUtility::HtmlEncode(const SharedPtr<Object>&) method
Codeert HTML‑fragment.
static String System::Web::HttpUtility::HtmlEncode(const SharedPtr<Object> &value)
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const SharedPtr<Object>& | HTML-fragment om te coderen. |
ReturnValue
Gecodeerd HTML-fragment.
Zie ook
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::HtmlEncode(const String&) method
Codeert HTML‑fragment.
static String System::Web::HttpUtility::HtmlEncode(const String &str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | HTML-fragment om te coderen. |
ReturnValue
Gecodeerd HTML-fragment.
Zie ook
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::HtmlEncode(const String&, const SharedPtr<IO::TextWriter>&) method
Codeert HTML‑fragment.
static void System::Web::HttpUtility::HtmlEncode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | HTML-fragment om te coderen. |
| uitvoer | const SharedPtr<IO::TextWriter>& | Een TextWriter-object voor uitvoer. |
Zie ook
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++