I'm trying to read the # part of an Url using HttpContext.Current.Request in my current application. For example, I've reading a Url https://www.example.com/page1/page2#divId.
The HttpContext.Current.Request.Url.RawUrl returns "https://www.example.com/page1/page2" and excluds "#divId" part of it. I didn't find it in the Request object.
A quick help is required.
Thanks Chandana