System::Web::HttpUtility::UrlDecode yöntemi
İçindekiler
[
Saklamak
]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)
| Parametre | Tür | Açıklama |
|---|---|---|
| bayt | const System::ArrayPtr<uint8_t>& | Kodlanmış URI parçacığı. |
| e | const System::SharedPtr<Text::Encoding>& | Kullanılacak kodlama. |
ReturnValue
Çözülmüş URI parçacığı.
Ayrıca Bakınız
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
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)
| Parametre | Tür | Açıklama |
|---|---|---|
| bayt | const System::ArrayPtr<uint8_t>& | Kodlanmış URI parçacığı. |
| offset | int32_t | Verilen bayt dizisindeki offset. |
| count | int32_t | Okunacak bayt sayısı. |
| e | const System::SharedPtr<Text::Encoding>& | Kullanılacak kodlama. |
ReturnValue
Çözülmüş URI parçacığı.
Ayrıca Bakınız
- Class String
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
HttpUtility::UrlDecode(String) method
Bir dizeden URI fragmentini çözer.
static String System::Web::HttpUtility::UrlDecode(String str)
| Parametre | Tür | Açıklama |
|---|---|---|
| str | Dize | Kodlanmış URI parçacığı. |
ReturnValue
Çözülmüş URI parçacığı.
Ayrıca Bakınız
- Class String
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++
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)
| Parametre | Tür | Açıklama |
|---|---|---|
| str | Dize | Kodlanmış URI parçacığı. |
| e | System::SharedPtr\Text::Encoding\\ | Kullanılacak kodlama. |
ReturnValue
Çözülmüş URI parçacığı.
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class Encoding
- Class HttpUtility
- Namespace System::Web
- Library Aspose.Font for C++