示例#1
0
 public C_Element(string name, string html, C_ElementType tagtype, int position)
 {
     ElementName     = name;
     OriginalString  = html;
     ElementType     = tagtype;
     ElementPosition = position;
     Properties      = C_Helper.GetProperties(html);
 }
示例#2
0
 public C_Element(string name, string html, C_ElementType tagtype, int position)
 {
     ElementName = name;
     OriginalString = html;
     ElementType = tagtype;
     ElementPosition = position;
     Properties = C_Helper.GetProperties(html);
 }