System::Web::HttpUtility::HtmlDecode طريقة
HttpUtility::HtmlDecode(const String&) method
يفك ترميز مقطع Html.
static String System::Web::HttpUtility::HtmlDecode(const String &str)
| معامل | نوع | الوصف |
|---|---|---|
| str | const String& | جزء Html لفك الترميز. |
ReturnValue
جزء Html المفكك.
انظر أيضًا
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font 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)
| معامل | نوع | الوصف |
|---|---|---|
| str | const String& | جزء Html لفك الترميز. |
| الإخراج | const SharedPtr<IO::TextWriter>& | كائن TextWriter للإخراج. |
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++