javascript - HttpContext.Current.Request.Url.Host and window.location.host uppercase -


strange question, know, but, in case, can httpcontext.current.request.url.host or window.location.host return value in uppercase? should use .tolowercase , .tolower sure ok?

using tolower() work string value effect have on host address? still show 192.xxx.xxx if point

system.web.httpcontext.current.request.url.host.tolower(); 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -