HtmlForm.Action プロパティ

定義

HTML フォームの action 属性を取得または設定します。

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

プロパティ値

HTML フォームの action 属性。 既定値は Empty です。

注釈

元の要求の Action URL を書き換えたが、HTML フォームの action 属性の元の URL を保持する場合は、 プロパティを使用します。 プロパティを Action 、保持する URL の値に設定します。

適用対象

こちらもご覧ください