Share via


Form.Action 속성

정의

폼을 전송할 URL을 가져오거나 설정합니다. 기본값은 빈 문자열("")입니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Action { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Action : string with get, set
Public Property Action As String

속성 값

폼을 전송할 URL입니다.

특성

설명

기본값인 빈 문자열("")은 현재 폼이 포함된 페이지에 포스트백을 발생합니다. 기본값을 재정의하여 양식을 다른 URL에 제출할 수 있습니다.

참고

속성이 Action 상속된 경우 컨트롤은 Command 양식 내용을 상속된 URL에 게시합니다.

적용 대상

추가 정보