THtmlParsedString Class
An Html string parsed into a C# string and tags.
Syntax
Unit: FlexCel.Core
THtmlParsedString = class(TFlexCelObject);
Constructors
Methods
| Name |
Description |
| Parse |
Parses an Html string and fills this instance with the parsed values.
|
Properties
| Name |
Description |
| Text |
The parsed html text.
|
| Tags |
A list of the tags on the parsed string.
|