System::Web::HttpUtility::HtmlDecode 方法

HttpUtility::HtmlDecode(const String&) method

解码 Html 片段。

static String System::Web::HttpUtility::HtmlDecode(const String &str)
参数类型描述
strconst String&要解码的 Html 片段。

ReturnValue

已解码的 Html 片段。

另见

HttpUtility::HtmlDecode(const String&, const SharedPtr<IO::TextWriter>&) method

解码 Html 片段。

static void System::Web::HttpUtility::HtmlDecode(const String &str, const SharedPtr<IO::TextWriter> &output)
参数类型描述
strconst String&要解码的 Html 片段。
输出const SharedPtr<IO::TextWriter>&用于输出的 TextWriter 对象。

另见