public void ReInit() { _instance = new ConfigReWriteUrl(); string filePath = System.Web.HttpContext.Current.Server.MapPath("~/rewrite.xml"); _instance.LoadXml(filePath); }
public static ConfigReWriteUrl Instance() { if (_instance == null) { _instance = new ConfigReWriteUrl(); string filePath = System.Web.HttpContext.Current.Server.MapPath("~/rewrite.xml"); _instance.LoadXml(filePath); } return(_instance); }