ActivEarth.Account.EditProfile.CancelSaveUserProfile C# (CSharp) Méthode

CancelSaveUserProfile() protected méthode

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