.Net C# Get last URL, Get Current URL. Web

    protected void displayUrlInfo ()
    {
        Response.Write("<br /> Request.Url - Current URL: " + Request.Url);
        Response.Write("<br /> Request.UrlReferer - URL you Came From: " + Request.UrlReferrer);  
      
    }

Comments

Popular posts from this blog

Umbraco Razor Sort Nodes Ascending or Descending

Umbraco Razor get Querystring

Create a .NET Contact Form that Gets the Last Url Visited in C# Can also be Used in Umbraco