System.Web.Mvc.UrlHelpers.SiteRoot C# (CSharp) Method

SiteRoot() public static method

public static SiteRoot ( System.Web.HttpContextBase context ) : string
context System.Web.HttpContextBase
return string
        public static string SiteRoot(HttpContextBase context)
        {
            return SiteRoot(context, true);
        }

Same methods

UrlHelpers::SiteRoot ( System.Web.HttpContextBase context, bool usePort ) : string
UrlHelpers::SiteRoot ( this url ) : string