开发者

How can I specify a *.css file in an ASP.NET UserControl?

开发者 https://www.devze.com 2023-01-28 16:50 出处:网络
I have a CSS file that contains all of the <style> tags for my website. How can I link it to my UserControl so I can use the styles in the CssClass attributes for my child co开发者_StackOverflo

I have a CSS file that contains all of the <style> tags for my website.

How can I link it to my UserControl so I can use the styles in the CssClass attributes for my child co开发者_StackOverflow中文版nrols?


See this thread -> How to make user controls know about css classes in ASP.NET

0

精彩评论

暂无评论...
验证码 换一张
取 消