Class HAttribute
- Namespace
- ScrapySharp.Html.Dom
- Assembly
- ScrapySharp.dll
public class HAttribute : IHSubContainer- Inheritance
- 
      
      HAttribute
- Implements
- Inherited Members
Constructors
HAttribute(string, string)
public HAttribute(string name, string value)Parameters
Properties
Name
public string Name { get; set; }Property Value
Value
public string Value { get; set; }