Monday 11 December 2017

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).

No comments:

Post a Comment

Note: only a member of this blog may post a comment.