Click or drag to resize
IQueryRunnerHTML Property
General HTML element.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
string HTML { get; set; }

Property Value

Type: String
A HTML code.
Examples
HTML = "<p>This is a <i>paragraph</i></p>";
See Also