HtmlElement.OuterText プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As HtmlElement Dim value As String value = instance.OuterText instance.OuterText = value
/** @property */ public String get_OuterText () /** @property */ public void set_OuterText (String value)
現在の要素、およびその要素の子に含まれるテキスト。


OuterText を使用して要素に HTML を割り当てようとすると、HTML コードがドキュメント内にリテラルとして表示され、テキスト ファイルで HTML を表示したときのようになります。InnerHtml プロパティを使用して要素に HTML を割り当てると、OuterText は、その HTML 内のマークアップを除去したすべてのテキストを返します。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


HtmlElement クラス
HtmlElement メンバ
System.Windows.Forms 名前空間
HtmlElement.InnerText プロパティ
その他の技術情報
outerText Property
Weblioに収録されているすべての辞書からHtmlElement.OuterText プロパティを検索する場合は、下記のリンクをクリックしてください。

- HtmlElement.OuterText プロパティのページへのリンク