示例#1
0
 public static void AddClass(this TagHelperAttributeList attributes, string valueToAdd)
 {
     attributes.AddAttribute(Constants.HtmlAttribute.CLASS, valueToAdd);
 }