Explain Useage of Request.UrlReferrer
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
have Any another method to retrive privous url Thanks & Regards Sreedeeplal MS
-
have Any another method to retrive privous url Thanks & Regards Sreedeeplal MS
hi, Request.UrlReferrer gets information about the URL of the client's previous request that linked to the current URL. If user enter the URL manually , then value of Request.UrlReferrer is null Other method : Request.ServerViables["http_referer"] if you have any questions, please contact me My msn: fly1126@live.cn
-
have Any another method to retrive privous url Thanks & Regards Sreedeeplal MS