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.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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 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++