System::Web::HttpUtility::HtmlEncode 메서드
내용물
[
숨다
]HttpUtility::HtmlEncode(const SharedPtr<Object>&) method
HTML 조각을 인코딩합니다.
static String System::Web::HttpUtility::HtmlEncode(const SharedPtr<Object> &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| value | const SharedPtr<Object>& | 인코딩할 HTML 조각. |
ReturnValue
인코딩된 HTML 조각.
또 보기
- Class String
- Typedef SharedPtr
- Class Object
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::HtmlEncode(const String&) method
HTML 조각을 인코딩합니다.
static String System::Web::HttpUtility::HtmlEncode(const String &str)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| str | const String& | 인코딩할 HTML 조각. |
ReturnValue
인코딩된 HTML 조각.
또 보기
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::HtmlEncode(const String&, const SharedPtr<IO::TextWriter>&) method
HTML 조각을 인코딩합니다.
static void System::Web::HttpUtility::HtmlEncode(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++