[C#] ASP.NET MVC中通过Html.ActionLink动态生成链接 →→→→→进入此内容的聊天室

来自 , 2020-08-09, 写在 C#, 查看 125 次.
URL http://www.code666.cn/view/cd3e48b4
  1. <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" ➥Inherits="System.Web.Mvc.ViewPage" %>
  2. <asp:Content ID="indexContent" ContentPlaceHolderID="MainContent" runat="server">
  3. <p>
  4. This link is created by ActionLink() helper:
  5.  
  6. <%= Html.ActionLink("click Me", "Somepage" ) %>
  7. </p>
  8. </asp:Content>
  9.  
  10.  
  11.  
  12. //csharp/7750

回复 "ASP.NET MVC中通过Html.ActionLink动态生成链接"

这儿你可以回复上面这条便签

captcha