What is the difference between:
and
6条回答 盖世英雄少女心 (楼主) 2020-12-30 00:10 When you use the CssClass attribute on an ASP.NET server control, it will render out as class in the HTML. For example, if I were to use a label tag in my mark up: would render to: 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
When you use the CssClass attribute on an ASP.NET server control, it will render out as class in the HTML.
CssClass
class
For example, if I were to use a label tag in my mark up:
would render to: