System::Web::HttpUtility::UrlEncode Methode

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

Kodiert URI-Fragment.

static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes)
ParameterTypBeschreibung
Bytesconst System::ArrayPtr<uint8_t>&URI-Fragment zu kodieren.

ReturnValue

Kodiertes URI-Fragment.

Siehe auch

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

Kodiert URI-Fragment.

static String System::Web::HttpUtility::UrlEncode(const System::ArrayPtr<uint8_t> &bytes, int32_t offset, int32_t count)
ParameterTypBeschreibung
Bytesconst System::ArrayPtr<uint8_t>&URI-Fragment zu kodieren.
Offsetint32_tVersatz im angegebenen Byte-Array.
countint32_tAnzahl der zu lesenden Bytes.

ReturnValue

Kodiertes URI-Fragment.

Siehe auch

HttpUtility::UrlEncode(String) method

Kodiert URI-Fragment.

static String System::Web::HttpUtility::UrlEncode(String str)
ParameterTypBeschreibung
strStringURI-Fragment zu kodieren.

ReturnValue

Kodiertes URI-Fragment.

Siehe auch

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

Kodiert URI-Fragment.

static String System::Web::HttpUtility::UrlEncode(String str, const System::SharedPtr<Text::Encoding> &e)
ParameterTypBeschreibung
strStringURI-Fragment zu kodieren.
econst System::SharedPtr<Text::Encoding>&Kodierung zu verwenden.

ReturnValue

Kodiertes URI-Fragment.

Siehe auch