Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / UrlHelper Class / GetDomainFromUrl Method
The url to parse
In This Topic
    GetDomainFromUrl Method
    In This Topic
    Given a url, extracts the domain
    Syntax
    public static string GetDomainFromUrl( 
       string url
    )

    Parameters

    url
    The url to parse

    Return Value

    The domain name
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also