Finding previous page Url
Hi every one i need to make ads for my website in yahoo and google ok so i need to know from which site (googl开发者_JS百科e or yahoo) this user come
details when user click my website ad at google i want to know that this user from google ok please with asp.net
thanks for all
You could use:
HttpContext.Current.Request.UrlReferrer.AbsoluteUri
You could use UrlReferrer Property
精彩评论