Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Extensions Namespace / HttpRequestExtension Class / IsAjaxRequest Method
The request.
In This Topic
    IsAjaxRequest Method
    In This Topic
    Determines whether [is ajax request].
    Syntax
    [Extension()]
    public static bool IsAjaxRequest( 
       HttpRequest request
    )

    Parameters

    request
    The request.

    Return Value

    true if [is ajax request] [the specified request]; otherwise, false.
    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