Class TagDeclaration
- Namespace
- ScrapySharp.Html.Dom
- Assembly
- ScrapySharp.dll
public class TagDeclaration
- Inheritance
-
TagDeclaration
- Inherited Members
-
Constructors
TagDeclaration()
Properties
Attributes
public NameValueCollection Attributes { get; set; }
Property Value
- NameValueCollection
InnerText
public string InnerText { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Type
public DeclarationType Type { get; set; }
Property Value
- DeclarationType
Words
public List<Word> Words { get; set; }
Property Value
- List<Word>