Table of Contents

THtmlParsedString Class

An Html string parsed into a C# string and tags.

Syntax

Unit: FlexCel.Core

THtmlParsedString = class(TFlexCelObject);

Constructors

Name Description
Create Overloaded
Create
Create(string)

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.