using System;
using System.Net;
using System.Net.Sockets;
namespace GetNum
{
public class checkurl
{
public checkurl()
{
}
public static bool GetUrlStatus()
{
try
{
System.Web.HttpContext page=System.Web.HttpContext.Current;
string link = page.Request.UrlReferrer.ToString();
阅读全文
类别:asp.net 查看评论文章来源:
http://hi.baidu.com/zzticzh/blog/item/6da1312970147cff98250ac5.html
posted @ 2007-05-14 09:02
zzticzh 阅读(58)
评论(0) 编辑 收藏 网摘