C# Class Tidy.Core.Attribute

HTML attribute (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
Attribute ( string name, HtmlVersion versions, IAttrCheck attrCheck )
Attribute ( string name, bool nowrap, HtmlVersion versions, IAttrCheck attrCheck )

Method Details

Attribute() public method

public Attribute ( string name, HtmlVersion versions, IAttrCheck attrCheck )
name string
versions HtmlVersion
attrCheck IAttrCheck

Attribute() public method

public Attribute ( string name, bool nowrap, HtmlVersion versions, IAttrCheck attrCheck )
name string
nowrap bool
versions HtmlVersion
attrCheck IAttrCheck