Table of Contents

THtmlParsedString Class

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

Syntax

Namespace: FlexCel.Core

public class THtmlParsedString

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.