Пример #1
0
 public bool RemoveTag(string tag)
 {
     return(IsTaggable && scriptTags.RemoveTag(tag));
 }