天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

asp.net通過HttpModule自動在Url地址上添加參數(shù)

然而手機(jī)客戶端又不支持Session和Cookie傳值,其他方法給頁面賦值再傳值顯得太麻煩了,而且還不易維護(hù),容易弄丟出錯,于是想到了用HttpModule來把cid參數(shù)賦在Url地址上,讓url把cid參數(shù)每頁自動傳遞下去,需要用cid時只要通過Requet["cid"]獲取,這樣就不用為傳值而煩惱了。
以下是配置方法和源碼。

1)在web.config配置文件中添加以下節(jié)點(diǎn)
復(fù)制代碼 代碼如下:
<httpModules>
<add name="HttpModule" type="ThreeHegemony.Utility.AutoAddCid"/>
</httpModules>


2)通過繼承IHttpModule來實(shí)現(xiàn)url傳值。

代碼
復(fù)制代碼 代碼如下:
using System;
using System.Text;
using System.Web;
using System.IO;
using System.Text.RegularExpressions;
namespace ThreeHegemony.Utility
{
/// <summary>
/// Auther: Jess.zou
/// Create data: 2009-08-06
/// Description: 該類作用在Url地址后自動添加(cid)
/// </summary>
public class AutoAddCid : System.Web.IHttpModule
{
public void Init(HttpApplication context)
{
context.PostRequestHandlerExecute += new EventHandler(this.OnPreSendRequestContent);
}
protected void OnPreSendRequestContent(Object sender, EventArgs e)
{
System.Web.HttpApplication myContext = (System.Web.HttpApplication)sender;
myContext.Response.Filter = new AppendSIDFilter(myContext.Response.Filter);
}
private void ReUrl_BeginRequest(object sender, EventArgs e)
{
string cid = "";
string url = "";
HttpContext context = ((HttpApplication)sender).Context;
if (string.IsNullOrEmpty(context.Request.QueryString["cid"]))
{
if (context.Request.QueryString.Count == 0)
{
url = string.Format("{0}?cid={1}", context.Request.RawUrl, cid);
}
else
{
url = string.Format("{0}&cid={1}", context.Request.RawUrl, cid);
}
}
context.RewritePath(url);
}
public void Dispose() { }
public class AppendSIDFilter : Stream
{
private Stream Sink { get; set; }
private long _position;
private System.Text.StringBuilder oOutput = new StringBuilder();
public AppendSIDFilter(Stream sink)
{
Sink = sink;
}
public override bool CanRead
{
get { return true; }
}
public override bool CanSeek
{
get { return true; }
}
public override bool CanWrite
{
get { return true; }
}
public override long Length
{
get { return 0; }
}
public override long Position
{
get { return _position; }
set { _position = value; }
}
public override long Seek(long offset, System.IO.SeekOrigin direction)
{
return Sink.Seek(offset, direction);
}
public override void SetLength(long length)
{
Sink.SetLength(length);
}
public override void Close()
{
Sink.Close();
}
public override void Flush()
{
Sink.Flush();
}
public override int Read(byte[] buffer, int offset, int count)
{
return Sink.Read(buffer, offset, count);
}
public override void Write(byte[] buffer, int offset, int count)
{
if (string.IsNullOrEmpty(HttpContext.Current.Request["cid"]))
{
Sink.Write(buffer, 0, buffer.Length);
return;
}
string content = System.Text.UTF8Encoding.UTF8.GetString(buffer, offset, count);
Regex regex = new Regex(RegexResource.HREF, RegexOptions.IgnoreCase);
Regex action_regex = new Regex(RegexResource.ACTION, RegexOptions.IgnoreCase);
if (regex.IsMatch(content))
{
content = Regex.Replace(content, RegexResource.HREF, new MatchEvaluator(ReplaceSID), RegexOptions.Compiled | RegexOptions.IgnoreCase);
}
if (action_regex.IsMatch(content))
{
content = Regex.Replace(content, RegexResource.ACTION, new MatchEvaluator(ReplaceSID), RegexOptions.Compiled | RegexOptions.IgnoreCase);
}
byte[] data = System.Text.UTF8Encoding.UTF8.GetBytes(content);
Sink.Write(data, 0, data.Length);
}
public static string ReplaceSID(Match match)
{
if (match.Value.IndexOf("cid=") != -1)
{
return match.Value;
}
string result;
if (match.Value.IndexOf('?') == -1)
{
result = match.Value.Insert(match.Value.Length - 1, "?cid=" + HttpContext.Current.Request["cid"]);
}
else
{
result = match.Value.Insert(match.Value.Length - 1, "&cid=" + HttpContext.Current.Request["cid"]);
}
return result;
}
}
}
}

AspNet技術(shù)asp.net通過HttpModule自動在Url地址上添加參數(shù),轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 久青草国产在线视频 | 欧美激情视频一区二区 | 亚洲欧美日韩在线码不卡 | 美女裸露胸部100%无遮挡 | 国产精品成人A蜜柚在线观看 | 99re精品视频在线播放视频 | yellow片高清视频免费看 | 精品AV国产一区二区三区 | 贵妇局长的蕾丝乳罩 | 永久精品免费影院在线观看网站 | 国产睡熟迷奷系列网站 | 日日啪在线影院百度 | 欧美一区二区三区久久综 | 国产午夜在线观看视频 | 国产精品久久久久影院嫩草 | 中文字幕在线免费视频 | 果冻传媒在线播放 免费观看 | 丰满女友bd高清在线观看 | 精品日产1区2卡三卡麻豆 | 亚洲在线v观看免费国 | 99爱视频在线观看 | 色欲AV精品一区二区入口 | 欧美特级另类xxx | 在线看免费毛片 | 亚洲AV噜噜狠狠网址蜜桃尤物 | 一区二一二 | 快播av网址| 色女孩综合 | 欧美一级做a爰片免费 | 欧美成人中文字幕在线看 | 青春禁区动漫免费观看 | 女人麻豆国产香蕉久久精品 | 99热这里只有精品视频2 | 欧美.亚洲.日韩.天堂 | yellow免费影视大全 | 耻辱诊察室1一4集动漫在线观看 | 青春草国产成人精品久久 | 久久久久久久久久久福利观看 | 99精品亚洲 | 秋霞久久久久久一区二区 | 床伴在线观看免费高清完整泰剧第四集 |