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