Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / UrlHelper Class / GetAppRelativeUrl Method
The absolute url
The application path
In This Topic
    GetAppRelativeUrl Method
    In This Topic
    Gets the url relative to the application root
    Syntax
    public static string GetAppRelativeUrl( 
       string url,
       string appPath
    )

    Parameters

    url
    The absolute url
    appPath
    The application path

    Return Value

    The url relative to the application root
    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