طريقة System::Web::HttpUtility::UrlEncodeUnicodeToBytes
HttpUtility::UrlEncodeUnicodeToBytes method
يقوم بترميز جزء URI باستخدام Unicode.
static System::ArrayPtr<uint8_t> System::Web::HttpUtility::UrlEncodeUnicodeToBytes(const String &str)
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | جزء URI للترميز. |
ReturnValue
جزء URI المُرمّز.
انظر أيضًا
- Typedef ArrayPtr
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++