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 オブジェクト。

参照