Méthode System::Web::HttpUtility::HtmlEncode
Contenu
[
Cacher
]HttpUtility::HtmlEncode(const SharedPtr<Object>&) method
Encode le fragment HTML.
static String System::Web::HttpUtility::HtmlEncode(const SharedPtr<Object> &value)
| Paramètre | Type | Description |
|---|---|---|
| valeur | const SharedPtr<Object>& | Fragment HTML à encoder. |
ReturnValue
Fragment HTML encodé.
Voir aussi
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::HtmlEncode(const String&) method
Encode le fragment HTML.
static String System::Web::HttpUtility::HtmlEncode(const String &str)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | Fragment HTML à encoder. |
ReturnValue
Fragment HTML encodé.
Voir aussi
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::HtmlEncode(const String&, const SharedPtr<IO::TextWriter>&) method
Encode le fragment HTML.
static void System::Web::HttpUtility::HtmlEncode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | Fragment HTML à encoder. |
| 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++