SetHtmlInElementByTagAsync

Parent Previous Next

SetHtmlInElementByTagAsync

Description: the method inserts the html representation of the object into the specified element

Syntax: SetHtmlInElementByTagAsync(string tag, int index, string html)

Return value: no return value


Example:

await tester.SetHtmlInElementByTagAsync("div", 0,  "<h1>text</h1>");

Created with the Personal Edition of HelpNDoc: Easily create CHM Help documents