次の方法で共有


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 フォームのアクション属性の元の URL を保持する場合に使用します。 Action プロパティを、保持する URL の値に設定します。

適用対象

こちらもご覧ください