طريقة System::Web::HttpUtility::HtmlDecode
HttpUtility::HtmlDecode(const String&) method
يفكّ ترميز شظية HTML.
static String System::Web::HttpUtility::HtmlDecode(const String &str)
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | جزء Html لفك الترميز. |
ReturnValue
جزء Html تم فك ترميزه.
انظر أيضًا
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&) method
يفكّ ترميز شظية HTML.
static void System::Web::HttpUtility::HtmlDecode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | جزء Html لفك الترميز. |
| الإخراج | const SharedPtr<IO::TextWriter>& | كائن TextWriter للإخراج. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++