ButtonElement
<ButtonElement>
は、WebDDA のバインディング要素の 1 つです。 このトピックでは、<ButtonElement>
の構文と要素について説明します。
<ButtonElement> の構文
<ButtonElement>
要素は、名前付きコントロールを <button/> HTML
要素に関連付けます。 次のコード スニペットは <ButtonElement>
の使い方を示しています。
<ButtonElement name="control name">
Search Path Elements
</ButtonElement>
<ButtonElement> の要素
次の表に、<ButtonElement>
の要素を説明します。
要素 | 説明設定 |
---|---|
FindControl | コントロールが UI にあるかどうかに基づいて、True または False を返します。 |
GetControlValue | URL テキストを返します。 |
SetControlValue | UnsupportedControlOperation 例外をスローします。 |
ExecuteControlAction | コントロールに対して Click() コマンドを実行します。 |