System::Web::HttpUtility::UrlDecode yöntemi

HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t>&, const System::SharedPtr<Text::Encoding>&) method

Bayt dizisinden URI fragmentini çözer.

static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, const System::SharedPtr<Text::Encoding> &e)
ParametreTürAçıklama
baytconst System::ArrayPtr<uint8_t>&Kodlanmış URI parçacığı.
econst System::SharedPtr<Text::Encoding>&Kullanılacak kodlama.

ReturnValue

Çözülmüş URI parçacığı.

Ayrıca Bakınız

HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t, const System::SharedPtr<Text::Encoding>&) method

Bayt dizisinden URI fragmentini çözer.

static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count, const System::SharedPtr<Text::Encoding> &e)
ParametreTürAçıklama
baytconst System::ArrayPtr<uint8_t>&Kodlanmış URI parçacığı.
offsetint32_tVerilen bayt dizisindeki offset.
countint32_tOkunacak bayt sayısı.
econst System::SharedPtr<Text::Encoding>&Kullanılacak kodlama.

ReturnValue

Çözülmüş URI parçacığı.

Ayrıca Bakınız

HttpUtility::UrlDecode(String) method

Bir dizeden URI fragmentini çözer.

static String System::Web::HttpUtility::UrlDecode(String str)
ParametreTürAçıklama
strDizeKodlanmış URI parçacığı.

ReturnValue

Çözülmüş URI parçacığı.

Ayrıca Bakınız

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

Bir dizeden URI fragmentini çözer.

static String System::Web::HttpUtility::UrlDecode(String str, System::SharedPtr<Text::Encoding> e)
ParametreTürAçıklama
strDizeKodlanmış URI parçacığı.
eSystem::SharedPtr\Text::Encoding\\Kullanılacak kodlama.

ReturnValue

Çözülmüş URI parçacığı.

Ayrıca Bakınız