How to use the

后端 未结 8 2130

How can I use the tag within an ASP.NET application? I want it to be valid, accessible, and usable.

I understand the optimal HTML way is t

8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-01 03:09

    I use controls for this. They get rendered as tags and set the for attribute appropriately.

    Note that you can also nest other tags within the Label control if you wish:

    
        
    
    

提交回复
热议问题