InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Html Namespace / HtmlParser Class
Members

In This Topic
    HtmlParser Class
    In This Topic
    Class used to parse that HTML into tags and text.
    Object Model
    HtmlParser Class
    Syntax
    'Declaration
     
    Public Class HtmlParser 
    public class HtmlParser 
    Remarks
    The main method in this class is Read, which advances a pointer and sets the Tag and Text properties.
    Inheritance Hierarchy

    System.Object
       C1.Framework.Html.HtmlParser

    See Also