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