Click or drag to resize

HtmlTagCounter Constructor (String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the HtmlTagCounter class

Namespace:  imbNLP.Toolkit.Documents.HtmlAnalysis
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public HtmlTagCounter(
	string _tag,
	string[] _alias
)

Parameters

_tag
Type: SystemString

[Missing <param name="_tag"/> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter.#ctor(System.String,System.String[])"]

_alias
Type: SystemString

[Missing <param name="_alias"/> documentation for "M:imbNLP.Toolkit.Documents.HtmlAnalysis.HtmlTagCounter.#ctor(System.String,System.String[])"]

See Also