how to get current url absolute path in c# in class code example
Example: get absolute url c#
string absoluteurl = System.Web.HttpContext.Current.Request.Url.AbsoluteUri;
string absoluteurl = System.Web.HttpContext.Current.Request.Url.AbsoluteUri;