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

溫馨提示×

溫馨提示×

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

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

ASP.NET中怎么列出數據庫活躍鏈接

發布時間:2021-07-15 16:09:53 來源:億速云 閱讀:134 作者:Leah 欄目:開發技術

本篇文章為大家展示了ASP.NET中怎么列出數據庫活躍鏈接,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。

具體分析如下:

//First in C# where you create the controller action method 
//to create the method that will populate all content details
//add the following code
public ActionResult Details(int id)
{
 var repositoryList = _repository.List();
 ViewData["List"] = repositoryList;
 return View(_repository.Get(id));
}
<!--now is ASP.net add the following in your navigation panel->
<ul>
  <% foreach (var item in (List<Service>)ViewData["List"])
  {%>
   <% if ((item.isActive) || (item.id != 0)) 
    { %><li><%=Html.ActionLink(item.Title, "Details", new { id = item.id })%></li><%} %>
  <%} %>
</ul>

上述內容就是ASP.NET中怎么列出數據庫活躍鏈接,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業資訊頻道。

向AI問一下細節

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

AI

肃宁县| 库尔勒市| 沾化县| 伊吾县| 海城市| 枣庄市| 丹江口市| 大冶市| 蛟河市| 嘉义县| 武陟县| 依安县| 洛隆县| 郧西县| 龙胜| 锦州市| 瑞金市| 曲水县| 临邑县| 石河子市| 瑞安市| 兴山县| 息烽县| 疏附县| 泰顺县| 射阳县| 黑河市| 象山县| 大同市| 绥滨县| 疏勒县| 美姑县| 吉隆县| 获嘉县| 卓资县| 磴口县| 巴青县| 资源县| 忻州市| 桂平市| 绥中县|