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

注解

重写原始请求的 URL 时使用 Action 属性,但希望保留 HTML 窗体的操作属性的原始 URL。 将 Action 属性设置为要保留的 URL 的值。

适用于

另请参阅