次の方法で共有


HtmlTableRow.InnerText プロパティ

コントロールの開始タグと終了タグの間の内容を取得または設定します。特殊文字を対応する HTML エンティティに自動的に変換します。このコントロールでは、このプロパティはサポートされていません。

Overrides Public Property InnerText As String
[C#]
public override string InnerText {get; set;}
[C++]
public: __property String* get_InnerText();public: __property void set_InnerText(String*);
[JScript]
public override function get InnerText() : String;public override function set InnerText(String);

プロパティ値

コントロールの開始タグと終了タグの間の内容。

例外

例外の種類 条件
NotSupportedException このプロパティから値を読み取ろうとしたか、このプロパティに値を代入しようとしました。

解説

注意   このプロパティから値を読み取ったり、このプロパティに値を代入したりすることはできません。それ以外の場合は、 System.NotSupportedException が発生します。このプロパティは HtmlContainerControl クラスから継承され、 HtmlTableRow クラスには適用されません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

HtmlTableRow クラス | HtmlTableRow メンバ | System.Web.UI.HtmlControls 名前空間 | InnerHtml