System::Web::HttpUtility::HtmlEncode metod
Innehåll
[
Dölj
]HttpUtility::HtmlEncode(const SharedPtr<Object>&) method
Kodar HTML‑fragment.
static String System::Web::HttpUtility::HtmlEncode(const SharedPtr<Object> &value)
| Parameter | Type | Beskrivning |
|---|---|---|
| value | const SharedPtr<Object>& | HTML-fragment att koda. |
ReturnValue
Kodat HTML-fragment.
Se även
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::HtmlEncode(const String&) method
Kodar HTML‑fragment.
static String System::Web::HttpUtility::HtmlEncode(const String &str)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | HTML-fragment att koda. |
ReturnValue
Kodat HTML-fragment.
Se även
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::HtmlEncode(const String&, const SharedPtr<IO::TextWriter>&) method
Kodar HTML‑fragment.
static void System::Web::HttpUtility::HtmlEncode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | HTML-fragment att koda. |
| utdata | const SharedPtr<IO::TextWriter>& | Ett TextWriter-objekt för utdata. |
Se även
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++