コード例 #1
0
        protected override void AfterEditAfterCommit(EditEventArgs e)
        {
            base.AfterEditAfterCommit(e);

            //call the site to refresh the content
            Http.AsynWebRequest(RefreshUrl, new ErrorHandling());
        }