国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

aspx不顯示ViewState的實(shí)例

2024-07-10 12:46:01
字體:
供稿:網(wǎng)友
代碼如下:
System.IO.StringWriter html = new System.IO.StringWriter();
             System.Web.UI.HtmlTextWriter tw = new System.Web.UI.HtmlTextWriter(html);
             base.Render(tw);
             string Temp = html.ToString();
             string s1 = string.Empty, s2 = string.Empty, s3 = string.Empty, s4 = string.Empty, s5 = string.Empty, s6 = string.Empty;
             int i = 0;
             int j = 0;

             i = Temp.IndexOf("<form");
             if (i > 0)
             {
                 j = Temp.IndexOf(">", i);
                 s1 = Temp.Substring(0, i);
                 s2 = Temp.Substring(j + 1, Temp.Length - j - 1);
             }

             i = s2.IndexOf("<input type=/"hidden/" name=/"__VIEWSTATE/" id=/"__VIEWSTATE/"");
             if (i > 0)
             {
                 j = s2.IndexOf(">", i);
                 s3 = s2.Substring(0, i);
                 s4 = s2.Substring(j + 1, s2.Length - j - 1);
             }

             i = s4.IndexOf("<input type=/"hidden/" name=/"__EVENTVALIDATION/" id=/"__EVENTVALIDATION/"");
             if (i > 0)
             {
                 j = s4.IndexOf(">", i);
                 s5 = s4.Substring(0, i);
                 s6 = s4.Substring(j + 1, s4.Length - j - 1);
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 靖州| 英吉沙县| 清镇市| 武威市| 民丰县| 利川市| 汪清县| 台山市| 社会| 鄂伦春自治旗| 和硕县| 宿松县| 昆山市| 台安县| 宁津县| 天长市| 嘉义县| 县级市| 太湖县| 通江县| 西城区| 海丰县| 温泉县| 延寿县| 高雄县| 襄汾县| 廊坊市| 晋江市| 临桂县| 社旗县| 同仁县| 康定县| 江油市| 建瓯市| 陵川县| 台东县| 瓮安县| 阿拉善盟| 兴义市| 河北区| 凭祥市|