C# Class Tidy.Core.StyleProp

Linked list of style properties (c) 1998-2000 (W3C) MIT, INRIA, Keio University See Tidy.cs for the copyright notice. Derived from HTML Tidy Release 4 Aug 2000
Show file Open project: r1pper/TidyNetPortable Class Usage Examples

Public Methods

Method Description
StyleProp ( )
StyleProp ( string name, string val )
StyleProp ( string name, string val, StyleProp next )

Method Details

StyleProp() public method

public StyleProp ( )

StyleProp() public method

public StyleProp ( string name, string val )
name string
val string

StyleProp() public method

public StyleProp ( string name, string val, StyleProp next )
name string
val string
next StyleProp