Contents
Display Legacy Contents

 Print
    HTML Get Source  
Retrieves the source content that is currently displayed in the HTML control.

Parameters

HTML Control <unquoted string>

The HTML control to retrieve the source content from.

 
Target <string>

  The target control or variable to store the source from the HTML control.

 

     
  • This should only be called after the Navigation Completed event, so the complete source is available.
  • The result can be parsed but the O.S. , so it can be different from the data actually sent by the server.

See also
Samples

 
 
Updated: 3/21/2018 5:58 PM