C#的linkbutton 怎么禁用href

2025-01-01 01:32:26
推荐回答(1个)
回答1:

linkButton.Attributes.Add("href", "javascript:void(0)");//这样就可以了