Class HContainer  
  
  
    - Namespace
- ScrapySharp.Html.Dom
- Assembly
- ScrapySharp.dll
 
  
  
  
    public abstract class HContainer
   
  
    - Inheritance
- 
      
      HContainer 
    - Derived
- 
      
      
    
    - Inherited Members
- 
    
    
    
    
    
    
    
  
    - Extension Methods
- 
  
  
  
  
Constructors
  
  
  HContainer()
  
  
  
  
  
  Fields
  
  innerText
  
  
  
  
  
    protected string innerText
   
  Field Value
  
    - string
Properties
  
  
  Children
  
  
  
  
  
    public List<HElement> Children { get; set; }
   
  Property Value
  
    - List<HElement>
  HasChildren
  
  
  
  
  
    public bool HasChildren { get; }
   
  Property Value
  
    - bool
  IndentLevel
  
  
  
  
  
    public int IndentLevel { get; set; }
   
  Property Value
  
    - int
  InnerHtml
  
  
  
  
  
    public string InnerHtml { get; set; }
   
  Property Value
  
    - string
  InnerText
  
  
  
  
  
    public string InnerText { get; set; }
   
  Property Value
  
    - string
  Name
  
  
  
  
  
    public string Name { get; set; }
   
  Property Value
  
    - string