页面终止程序PromptHelper.cs

using System.Text;
using System.Web;

namespace HiDr_02.Helpers
{
    
/// <summary>
    
/// 程序终止类
    
/// </summary>

    public class PromptHelper
    
{
        
Response.Write  private void Echo(string s)

        
end private void End()

        
alert javascript

        
stop public virtual void Throw(string message)

        
输出指定的提示信息 public virtual void Throw(string message, string title, string links, string autojump, bool showback)

        
//------- template -------------------------------------------------------
        页面终止页面模板 public virtual string template

    }

}
原文地址:https://www.cnblogs.com/zq535228/p/1023861.html