Class HtmlValue  
  
  
    - Namespace
- ScrapySharp.Extensions
- Assembly
- ScrapySharp.dll
 
  
  
  
    public class HtmlValue : IEquatable<HtmlValue>
   
  
    - Inheritance
- 
      
      HtmlValue 
    - Implements
- 
      
    
    - Inherited Members
- 
    
    
    
    
  
Constructors
  
  
  HtmlValue(string)
  
  
  
  
  
    public HtmlValue(string value)
   
  Parameters
  
    - valuestring
Methods
  
  
  Equals(HtmlValue)
  
  
  
  
  
    public bool Equals(HtmlValue other)
   
  Parameters
  
    - otherHtmlValue
Returns
  
    - bool
  Equals(object)
  
  
  
  
  
    public override bool Equals(object obj)
   
  Parameters
  
    - objobject
Returns
  
    - bool
  GetHashCode()
  
  
  
  
  
    public override int GetHashCode()
   
  Returns
  
    - int
  ToString()
  
  
  
  
  
    public override string ToString()
   
  Returns
  
    - string
Operators
  
  
  operator ==(HtmlValue, HtmlValue)
  
  
  
  
  
    public static bool operator ==(HtmlValue left, HtmlValue right)
   
  Parameters
  
    - leftHtmlValue
- rightHtmlValue
Returns
  
    - bool
  explicit operator bool(HtmlValue)
  
  
  
  
  
    public static explicit operator bool(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - bool
  explicit operator DateTime(HtmlValue)
  
  
  
  
  
    public static explicit operator DateTime(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - DateTime
  explicit operator decimal(HtmlValue)
  
  
  
  
  
    public static explicit operator decimal(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - decimal
  explicit operator double(HtmlValue)
  
  
  
  
  
    public static explicit operator double(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - double
  explicit operator Guid(HtmlValue)
  
  
  
  
  
    public static explicit operator Guid(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - Guid
  explicit operator int(HtmlValue)
  
  
  
  
  
    public static explicit operator int(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - int
  explicit operator long(HtmlValue)
  
  
  
  
  
    public static explicit operator long(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - long
  explicit operator bool?(HtmlValue)
  
  
  
  
  
    public static explicit operator bool?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - bool?
  explicit operator DateTime?(HtmlValue)
  
  
  
  
  
    public static explicit operator DateTime?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - DateTime?
  explicit operator decimal?(HtmlValue)
  
  
  
  
  
    public static explicit operator decimal?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - decimal?
  explicit operator double?(HtmlValue)
  
  
  
  
  
    public static explicit operator double?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - double?
  explicit operator Guid?(HtmlValue)
  
  
  
  
  
    public static explicit operator Guid?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - Guid?
  explicit operator int?(HtmlValue)
  
  
  
  
  
    public static explicit operator int?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - int?
  explicit operator long?(HtmlValue)
  
  
  
  
  
    public static explicit operator long?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - long?
  explicit operator float?(HtmlValue)
  
  
  
  
  
    public static explicit operator float?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - float?
  explicit operator TimeSpan?(HtmlValue)
  
  
  
  
  
    public static explicit operator TimeSpan?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - TimeSpan?
  explicit operator uint?(HtmlValue)
  
  
  
  
  
    public static explicit operator uint?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - uint?
  explicit operator ulong?(HtmlValue)
  
  
  
  
  
    public static explicit operator ulong?(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - ulong?
  explicit operator float(HtmlValue)
  
  
  
  
  
    public static explicit operator float(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - float
  explicit operator TimeSpan(HtmlValue)
  
  
  
  
  
    public static explicit operator TimeSpan(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - TimeSpan
  explicit operator uint(HtmlValue)
  
  
  
  
  
    public static explicit operator uint(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - uint
  explicit operator ulong(HtmlValue)
  
  
  
  
  
    public static explicit operator ulong(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - ulong
  implicit operator string(HtmlValue)
  
  
  
  
  
    public static implicit operator string(HtmlValue htmlValue)
   
  Parameters
  
    - htmlValueHtmlValue
Returns
  
    - string
  implicit operator HtmlValue(string)
  
  
  
  
  
    public static implicit operator HtmlValue(string value)
   
  Parameters
  
    - valuestring
Returns
  
    - HtmlValue
  operator !=(HtmlValue, HtmlValue)
  
  
  
  
  
    public static bool operator !=(HtmlValue left, HtmlValue right)
   
  Parameters
  
    - leftHtmlValue
- rightHtmlValue
Returns
  
    - bool