HtmlHead header;
            header = Page.Header as HtmlHead;
            if (header != null)
            {
                HtmlLink link = new HtmlLink();
                link.Attributes.Add("href", "sliders.css");
                link.Attributes.Add("media", "screen");
                link.Attributes.Add("rel", "stylesheet");
                link.Attributes.Add("type", "text/css");
                header.Controls.Add(link);
            }

相关文章:

  • 2021-11-10
  • 2021-10-11
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-04
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案