Exemplo n.º 1
0
 public string ToHtml()
 {
     return(SpanElement?.ToHtml(Content) ?? Content);
 }