I have an url like so:
http://localhost/place/663828/bangkok-paradise-restaurant-toronto#r306040
I am trying to see if theres the existence of the anchor tag along with getting it's value to do some code logic in the code behind.
I have been trying to use the Page.Request, but none of the properties show the anchor link portion of the url.
For example:
Response.Write(this.Page.Request.RawUrl.ToString());
Pretty much tried the combinations/properties on this page: http://www.west-wind.com/weblog/posts/269.aspx
Just to finalize this topic:
I copied Stackoverflow's approach with permalink... :D