1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. asp.net 動態(tài)引用樣式表代碼示范

        時間:2020-11-11 17:12:42 ASP 我要投稿

        asp.net 動態(tài)引用樣式表代碼示范

          1. 添加CSS樣式:

          Style style = new Style();

          style.ForeColor = System.Drawing.Color.Navy;

          style.BackColor = System.Drawing.Color.LightGray;

          this.Header.StyleSheet.CreateStyleRule(style, null, "body");

          2. 鏈接外部的CSS樣式表:

          HtmlLink link = new HtmlLink();

          link.Attributes.Add("type", "text/css");

          link.Attributes.Add("rel", "stylesheet");

          link.Attributes.Add("href", "~/newstyle.css");

          this.Header.Controls.Add(link);

          方法3 aa.aspx.cs public string m_StyleSrc = string.Empty; //公共變量 ,樣式文件路徑

          private void Page_Load(object sender, System.EventArgs e) {

          m_StyleSrc = "../xxx.css"; //頁面加載時賦值 }

          }

          aa.aspx

          方法4 下面這個方法沒試過,不知是否能用

          protected void Page_Onload(object sender, EventArgs e) {

          Page.StyleSheetTheme = "../css/infomore.css";

          }

          方法5 頁面:

          后臺

          this.css.Href = "css文件路徑";

        【asp.net 動態(tài)引用樣式表代碼示范】相關(guān)文章:

        1.asp.net動態(tài)獲取Excel表名的代碼

        2.CSS樣式表代碼布局基礎(chǔ)教程

        3.Java中的動態(tài)代碼編程

        4.asp.net 組合模式的PHP代碼

        5.asp.net 操作INI文件讀寫類實(shí)例代碼

        6.ASP.NET連SQL7接口的源代碼

        7.asp.net中利用ashx實(shí)現(xiàn)圖片防盜鏈代碼

        8.關(guān)于ASP.NET使用JavaScript顯示信息提示窗口實(shí)現(xiàn)原理及代碼

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>