понедельник, 24 июня 2013 г.

Getting the HTTP Referrer in ASP.NET

You could use the UrlReferrer property of the current request:
Request.UrlReferrer
This will read the Referer HTTP header from the request which may or may not be supplied by the client (user agent).

Комментариев нет: