C# Class Tidy.Core.Style

Linked list of class names and styles (c) 1998-2000 (W3C) MIT, INRIA, Keio University Derived from HTML Tidy Release 4 Aug 2000
Mostrar archivo Open project: r1pper/TidyNetPortable Class Usage Examples

Public Methods

Method Description
Style ( )
Style ( string tag, string tagClass, string properties )
Style ( string tag, string tagClass, string properties, Style next )

Method Details

Style() public method

public Style ( )

Style() public method

public Style ( string tag, string tagClass, string properties )
tag string
tagClass string
properties string

Style() public method

public Style ( string tag, string tagClass, string properties, Style next )
tag string
tagClass string
properties string
next Style