System::Web::HttpUtility::HtmlDecode yöntemi
HttpUtility::HtmlDecode(const String&) method
HTML parçacığını çözer.
static String System::Web::HttpUtility::HtmlDecode(const String &str)
| Parametre | Tür | Açıklama |
|---|---|---|
| str | const String& | Çözülecek Html parçacığı. |
ReturnValue
Çözülmüş Html parçacığı.
Ayrıca Bakınız
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&) method
HTML parçacığını çözer.
static void System::Web::HttpUtility::HtmlDecode(const String &str, const SharedPtr<IO::TextWriter> &output)
| Parametre | Tür | Açıklama |
|---|---|---|
| str | const String& | Çözülecek Html parçacığı. |
| çıktı | const SharedPtr<IO::TextWriter>& | Çıktı için bir TextWriter nesnesi. |
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class TextWriter
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++