91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 5KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2021-06-15
  • 語言: 其他
  • 標簽: HttpModule??

資源簡介

HttpModule實例

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.UI;
using?System.Web.UI.WebControls;

public?partial?class?_Default?:?System.Web.UI.Page
{
????protected?void?Page_Load(object?sender?EventArgs?e)
????{

????}
????protected?void?Button1_Click(object?sender?EventArgs?e)
????{
????????ClearCookie(“HttpDemo“);
????????Server.Transfer(“Login.aspx“);
????}

????public?static?void?ClearCookie(string?cookiename)
????{
????????HttpCookie?cookie?=?HttpContext.Current.Request.Cookies[cookiename];
????????if?(cookie?!=?null)
????????{
????????????cookie.Expires?=?DateTime.Now.AddYears(-3);
????????????HttpContext.Current.Response.Cookies.Add(cookie);
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-08-15?22:04??HttpDemo\
?????目錄???????????0??2013-08-15?22:03??HttpDemo\App_Code\
?????文件????????1015??2013-08-15?22:34??HttpDemo\App_Code\LoginModule.cs
?????文件????????1179??2013-08-15?22:59??HttpDemo\App_Code\TestModule.cs
?????目錄???????????0??2013-08-15?23:50??HttpDemo\App_Data\
?????文件?????????566??2013-08-15?22:56??HttpDemo\Default.aspx
?????文件?????????750??2013-08-15?22:55??HttpDemo\Default.aspx.cs
?????文件?????????962??2013-08-15?20:55??HttpDemo\Global.asax
?????文件?????????547??2013-08-15?22:19??HttpDemo\Login.aspx
?????文件?????????530??2013-08-15?22:07??HttpDemo\Login.aspx.cs
?????文件????????2059??2013-08-15?22:22??HttpDemo\Web.config

評論

共有 條評論

相關資源