Wizard.CancelDestinationPageUrl 속성

정의

취소 단추를 클릭할 때 이동하게 될 대상 URL을 가져오거나 설정합니다.

public:
 virtual property System::String ^ CancelDestinationPageUrl { System::String ^ get(); void set(System::String ^ value); };
[System.Web.UI.Themeable(false)]
public virtual string CancelDestinationPageUrl { get; set; }
[<System.Web.UI.Themeable(false)>]
member this.CancelDestinationPageUrl : string with get, set
Public Overridable Property CancelDestinationPageUrl As String

속성 값

String

사용자가 [취소Wizard]를 클릭할 때 리디렉션되는 URL입니다. 기본값은 빈 문자열("")입니다.

특성

설명

이 속성은 CancelDestinationPageUrl 사용자가 컨트롤에서 취소 단추를 Wizard 클릭할 때 표시되는 단계를 지정합니다. 속성이 DisplayCancelButton 설정 true 되고 속성이 CancelDestinationPageUrl 설정되지 않은 경우 웹 페이지가 새로 고쳐지고 OnCancelButtonClick 이벤트가 발생합니다.

이 속성은 테마 또는 스타일시트 테마에 의해 설정될 수 없습니다. 자세한 내용은 ThemeableAttribute 하 고 ASP.NET 테마 및 스킨합니다.

적용 대상

추가 정보