ActivEarth.Account.EditProfile.CancelSaveUserProfile C# (CSharp) 메소드

CancelSaveUserProfile() 보호된 메소드

Cancel button click
protected CancelSaveUserProfile ( object sender, EventArgs e ) : void
sender object Object that requested the page load
e EventArgs The event arguments.
리턴 void
        protected void CancelSaveUserProfile(object sender, EventArgs e)
        {
            Response.Redirect("~/Account/Profile.aspx");
        }