System::Web::HttpUtility::UrlDecode metodu

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

Bayt dizisinden URI parçacığını çözer.

static String System::Web::HttpUtility::UrlDecode(const System::ArrayPtr<uint8_t> &bytes, const System::SharedPtr<Text::Encoding> &e)
ParameterTypeAçı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 parçacığını çö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)
ParameterTypeAçıklama
baytconst System::ArrayPtr<uint8_t>&Kodlanmış URI parçacığı.
offsetint32_tVerilen bayt dizisindeki ofset.
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

Dizgeden URI parçacığını çözer.

static String System::Web::HttpUtility::UrlDecode(String str)
ParameterTypeAçıklama
strStringKodlanmış URI parçacığı.

ReturnValue

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

Ayrıca Bakınız

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

Dizgeden URI parçacığını çözer.

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

ReturnValue

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

Ayrıca Bakınız