HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Page Class / Dynamic Property

In This Topic
    Dynamic Property
    In This Topic
    A boolean value that indicates whether this page was a dynamic update to an existing web page (e.g. modified by AJAX or Javascript) or a conventional page load.
    Syntax
    'Declaration
     
    Public ReadOnly Property Dynamic As Boolean
    public bool Dynamic {get;}
    Remarks
    A value of false indicates that a new top level page was loaded into the browser; true indicates that a change was made to an existing page, e.g. an Javascript driven Ajax update.
    Requirements
     
    See Also