طريقة System::Web::HttpUtility::UrlEncode
محتويات
[
يخفي
]HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&) method
يُرمّز شظية URI.
static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes)
| Parameter | Type | الوصف |
|---|---|---|
| بايتات | const System::ArrayPtr<uint8_t>& | جزء URI للترميز. |
ReturnValue
جزء URI المُرمّز.
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method
يُرمّز شظية URI.
static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
| Parameter | Type | الوصف |
|---|---|---|
| بايتات | const System::ArrayPtr<uint8_t>& | جزء URI للترميز. |
| الإزاحة | int32_t | الإزاحة في مصفوفة البايتات المعطاة. |
| count | int32_t | عدد البايتات للقراءة من. |
ReturnValue
جزء URI المُرمّز.
انظر أيضًا
- Class String
- Typedef ArrayPtr
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncode(String) method
يُرمّز شظية URI.
static String System::Web::HttpUtility::UrlEncode(String str)
| Parameter | Type | الوصف |
|---|---|---|
| str | String | جزء URI للترميز. |
ReturnValue
جزء URI المُرمّز.
انظر أيضًا
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++
HttpUtility::UrlEncode(String, const System::SharedPtr<Text::Encoding>&) method
يُرمّز شظية URI.
static String System::Web::HttpUtility::UrlEncode(String str, const System::SharedPtr<Text::Encoding> &e)
| Parameter | Type | الوصف |
|---|---|---|
| str | String | جزء URI للترميز. |
| e | const System::SharedPtr<Text::Encoding>& | الترميز للاستخدام. |
ReturnValue
جزء URI المُرمّز.
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Page for C++