91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

.net中如何使用xsl文件作為導航菜單

發布時間:2021-07-24 09:56:45 來源:億速云 閱讀:140 作者:chen 欄目:開發技術

本篇內容主要講解“.net中如何使用xsl文件作為導航菜單”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“.net中如何使用xsl文件作為導航菜單”吧!

復制代碼 代碼如下:


<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="testweb.WebForm1" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
     <asp:Xml TransformSource="XSLTFile1.xslt" ID="minanva" runat="server"></asp:Xml>
    </div>
    </form>
</body>
</html>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace testweb
{
    public partial class WebForm1 : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
            minanva.DocumentContent = @"<站點導航列表 來訪員工=''>
                                          <站點導航 站點名稱='設計計劃' 站點編號='EPM' 站點鏈接='../NWEPDI.EPM.WEB/../Project/ProjectList.aspx?QueueType=EPM0101' />
                                          <站點導航 站點名稱='設計作業' 站點編號='DDM' 站點鏈接='../MoEngineer/ProjectMgr.aspx' />
                                          <站點導航 站點名稱='設計流程' 站點編號='DFM' 站點鏈接='../MoFlow/CWorkItemList.aspx?QueueType=DFM0101' />
                                          <站點導航 站點名稱='印務管理' 站點編號='PPM' 站點鏈接='../MoPrint/PrintMgr.aspx?QueueType=PPM0101' />
                                          <站點導航 站點名稱='工時管理' 站點編號='WHM' 站點鏈接='../MoWorkHour/HourMgrPrj.aspx?QueueType=WHM0103' />
                                          <站點導航 站點名稱='電子歸檔' 站點編號='ARC' 站點鏈接='../MoArchieve/ProjectMgr.aspx?QueueType=ARC0101' />
                                          <站點導航 站點名稱='統計報表' 站點編號='SSM' 站點鏈接='../MoReports/ReportView.aspx?QueueType=SSM0101' />
                                          <站點導航 站點名稱='資料管理' 站點編號='DAM' 站點鏈接='../MoDocument/ProjectFileMgr.aspx?QueueType=DAM0101' />
                                          <站點導航 站點名稱='系統管理' 站點編號='DSM' 站點鏈接='../MoAdmin/CommonRuleList.aspx?QueueType=DSM0101' />
                                        </站點導航列表>";
        }
    }
}


<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl"
>
  <xsl:output method="xml" indent="yes"/>
  <xsl:template match="//站點導航列表">
    <div>
      <ul>
        <li>導航</li>
        <xsl:for-each select="站點導航">
          <li>
            <xsl:value-of select="@站點名稱"/>
            <xsl:attribute name="id">
              <xsl:value-of select="@站點編號"/>
            </xsl:attribute>
            <xsl:attribute name="href">
              <xsl:value-of select="@站點鏈接"/>
            </xsl:attribute>
          </li>
        </xsl:for-each>
      </ul>
    </div>
  </xsl:template>
</xsl:stylesheet>

到此,相信大家對“.net中如何使用xsl文件作為導航菜單”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

苍溪县| 田东县| 英德市| 抚顺县| 彝良县| 淮南市| 延寿县| 饶阳县| 乳源| 洛扎县| 临泉县| 合作市| 淄博市| 沙雅县| 七台河市| 雅江县| 寻甸| 五莲县| 新丰县| 富宁县| 宣武区| 大田县| 镇平县| 荔浦县| 东兰县| 玉林市| 霍山县| 饶阳县| 石林| 嘉黎县| 武陟县| 嘉鱼县| 三门县| 凉城县| 昌都县| 万安县| 呼和浩特市| 扬州市| 买车| 全南县| 南涧|