Retrieves the HTML code from a URL and executes the JavaScript code.
The GetHtmlFromURL only retrieves the HTML code as returned by the server
| C# | Visual Basic | Visual C++ |
public static string RenderHtmlFromURL( string url, bool scriptsEnabled, bool activeXEnabled, bool behaviorsEnabled, bool addPadding, bool binaryBehaviorsEnabled )
- url (String)
- scriptsEnabled (Boolean)
- Enable scripts when rendering the HTML string
- activeXEnabled (Boolean)
- Enable Active X controls when rendering the HTML string
- behaviorsEnabled (Boolean)
- Enable behaviors when rendering the HTML string
- addPadding (Boolean)
- Remove the padding introduced at the end of the conversion result
- binaryBehaviorsEnabled (Boolean)
- Enable binary behaviors when rendering the HTML string