How to avoid URL access by user?
for example: "ABC.aspx" page can only link from other page, but not allows user enter URL in browsers address field to access.
Anyone know how to do it?
In ASP, we may use Request.ServerVariables("HTTP_REFERER"), how about in ASP.NET? or any better solution?
for example: "ABC.aspx" page can only link from other page, but not allows user enter URL in browsers address field to access.
Anyone know how to do it?
In ASP, we may use Request.ServerVariables("HTTP_REFERER"), how about in ASP.NET? or any better solution?