Difference between Class vs CSSClass in ASP.Net CSS + CSS syntax question

后端 未结 6 1504
挽巷
挽巷 2020-12-29 23:21

What is the difference between:

and

6条回答
  •  既然无缘
    2020-12-30 00:03

    There is no difference between the CssClass and class in Asp.Net other than the CssClass is a property of the Control and class is an attribute specified in the html. CssClass is rendered as the class attribute in Html.

提交回复
热议问题