System::Web::HttpUtility class

HttpUtility class

Service‑klasse die URL‑onderdelen codeert en decodeert naar en van hex‑escape‑fragmenten.

class HttpUtility : public System::Object

Methoden

MethodeBeschrijving
static HtmlDecode(const String&)Decodeert HTML‑fragment.
static HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&)Decodeert HTML‑fragment.
static HtmlEncode(const String&)Codeert HTML‑fragment.
static HtmlEncode(const SharedPtr<Object>&)Codeert HTML‑fragment.
static HtmlEncode(const String&, const SharedPtr<IO::TextWriter>&)Codeert HTML‑fragment.
static UrlDecode(String)Decodeert URI‑fragment van string.
static UrlDecode(String, System::SharedPtr<Text::Encoding>)Decodeert URI‑fragment van string.
static UrlDecode(const System::ArrayPtr<uint8_t>&, const System::SharedPtr<Text::Encoding>&)Decodeert URI‑fragment van byte‑array.
static UrlDecode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t, const System::SharedPtr<Text::Encoding>&)Decodeert URI‑fragment van byte‑array.
static UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&)Decodeert URI‑fragment van byte‑array.
static UrlDecodeToBytes(const String&)Decodeert URI‑fragment van byte‑string.
static UrlDecodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&)Decodeert URI‑fragment van string.
static UrlDecodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t)Decodeert URI‑fragment van byte‑array.
static UrlEncode(String)Codeert URI‑fragment.
static UrlEncode(String, const System::SharedPtr<Text::Encoding>&)Codeert URI‑fragment.
static UrlEncode(const System::ArrayPtr<uint8_t>&)Codeert URI‑fragment.
static UrlEncode(const System::ArrayPtr<uint8_t>&, int32_t, int32_t)Codeert URI‑fragment.
static UrlEncodeToBytes(const String&)Codeert URI‑fragment.
static UrlEncodeToBytes(const String&, const System::SharedPtr<Text::Encoding>&)Codeert URI‑fragment.
static UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&)Codeert URI‑fragment.
static UrlEncodeToBytes(const System::ArrayPtr<uint8_t>&, int32_t, int32_t)Codeert URI‑fragment.
static UrlEncodeUnicode(const String&)Codeert URI‑fragment met Unicode.
static UrlEncodeUnicodeToBytes(const String&)Codeert URI‑fragment met Unicode.

Zie ook