Esempio n. 1
0
 public override string ToString()
 {
     return(MediaType + "/" + MediaSubType
            + Attrs.Aggregate("", (cur, next) => cur + "; " + next.Key + "=\"" + next.Value + "\""));
 }