Ejemplo n.º 1
0
    public MetaTag GetMetaTag(String Name) {
      MetaTags tags = new MetaTags();

      GetMetaTags(tags, Name, true);

      if (tags.get_Count() > 0) return tags.get_Item(0);
      else return null;
    }