Ejemplo n.º 1
0
 /// <inheritdoc />
 public IFieldConfiguration AddClass(string @class)
 {
     Attributes.AddClass(@class);
     return(this);
 }