06 2020 档案
摘要:1.工具类代码:(代码可以自己整理下,这里重点在实现方式) using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Threading; using Syste
阅读全文
摘要:前言:有些asp.net站点,为了避免ViewState生成的冗余代码,会选择在webconfig中禁用掉ViewState,如下 <configuration> <system.web> <compilation debug="true" targetFramework="4.7.2"/> <ht
阅读全文