طريقة 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)
ParameterTypeالوصف
بايتاتconst System::ArrayPtr<uint8_t>&جزء URI المُرمّز.
econst System::SharedPtr<Text::Encoding>&الترميز للاستخدام.

ReturnValue

جزء URI تم فك ترميزه.

انظر أيضًا

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)
ParameterTypeالوصف
بايتاتconst System::ArrayPtr<uint8_t>&جزء URI المُرمّز.
الإزاحةint32_tالإزاحة في مصفوفة البايتات المعطاة.
countint32_tعدد البايتات للقراءة من.
econst System::SharedPtr<Text::Encoding>&الترميز للاستخدام.

ReturnValue

جزء URI تم فك ترميزه.

انظر أيضًا

HttpUtility::UrlDecode(String) method

يفكّ ترميز شظية URI من سلسلة.

static String System::Web::HttpUtility::UrlDecode(String str)
ParameterTypeالوصف
strStringجزء URI المُرمّز.

ReturnValue

جزء URI تم فك ترميزه.

انظر أيضًا

HttpUtility::UrlDecode(String, System::SharedPtr<Text::Encoding>) method

يفكّ ترميز شظية URI من سلسلة.

static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
ParameterTypeالوصف
strStringجزء URI المُرمّز.
eSystem::SharedPtr<Text::Encoding>الترميز للاستخدام.

ReturnValue

جزء URI تم فك ترميزه.

انظر أيضًا