Example #1
0
 /// <summary>
 /// Gets the product tags.
 /// </summary>
 /// <returns></returns>
 public virtual IEnumerable <string> GetProductTags()
 {
     return(TagElements
            .Select(e => e.TextHelper().InnerText));
 }