摘要:
/// <summary> /// 获得上一页面的URL /// </summary> public string EnterURL { get { object oEnterURL = this.ViewState["oEnterURL"]; return oEnterURL == null ? string.Empty : (string)oEnterURL; } se... 阅读全文
摘要:
<?xml version="1.0"?><configuration><configSections> <section name="coolite" type="Coolite.Ext.Web.GlobalConfig" requirePermission="false"/> <sectionGroup name="system.web.e... 阅读全文