我想将asp表链接中的表格单元格添加到文件中,该文件位于应用程序文件夹中,是一个word文档(.docx)。我怎么才能在这里添加这个链接?
...
<asp:TableRow>
<asp:TableCell> here I want to add link to file in application folder Content/Files/document.docx </asp:TableCell>
</asp:TableRow>
谢谢。
在我的ASP.NET Core2.0应用程序中,我遇到了一些问题,我试图根据每个用户的信息呈现一些链接。菜单在_Layout.cshtml文件中,属性在另一个表中,该表通过ID (用户的Id)与ASPNETUsers表保持一对一的关系。
下面是我正在使用的额外表的模型类:
public class UserDetail
{
[Key]
public int DetailId { get; set; }
// user ID from AspNetUser table.
[ForeignKey("ApplicationUser")]
pu
以下是我试图从已发布的文件夹中启动default.aspx文件时所遇到的确切错误。谁能给我指明正确的方向?
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
A