¡@

Home 

c# Programming Glossary: localurl

Check if 2 URLs are equal

http://stackoverflow.com/questions/1222610/check-if-2-urls-are-equal

public static bool CurrentURLMatch string url string localURL HttpContext.Current.Request.Url.LocalPath if HttpContext.Current.Request.Url.Host.. if HttpContext.Current.Request.Url.Host localhost localURL localURL.Substring localURL.IndexOf ' ' 1 localURL localURL.Substring.. HttpContext.Current.Request.Url.Host localhost localURL localURL.Substring localURL.IndexOf ' ' 1 localURL localURL.Substring..