System::Web::HttpUtility::UrlEncode metod

HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&) method

Kodar URI-fragment.

static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes)
ParameterTypBeskrivning
byteconst System::ArrayPtr<uint8_t>&URI-fragment att koda.

ReturnValue

Kodad URI-fragment.

Se även

HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t) method

Kodar URI-fragment.

static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
ParameterTypBeskrivning
byteconst System::ArrayPtr<uint8_t>&URI-fragment att koda.
förskjutningint32_tOffset i den givna bytearrayen.
countint32_tAntal byte att läsa från.

ReturnValue

Kodad URI-fragment.

Se även

HttpUtility::UrlEncode(String) method

Kodar URI-fragment.

static String System::Web::HttpUtility::UrlEncode(String str)
ParameterTypBeskrivning
strStringURI-fragment att koda.

ReturnValue

Kodad URI-fragment.

Se även

HttpUtility::UrlEncode(String, const System::SharedPtr<Text::Encoding>&) method

Kodar URI-fragment.

static String System::Web::HttpUtility::UrlEncode(String str, const System::SharedPtr<Text::Encoding> &e)
ParameterTypBeskrivning
strStringURI-fragment att koda.
econst System::SharedPtr<Text::Encoding>&Kodning att använda.

ReturnValue

Kodad URI-fragment.

Se även