标签: c# asp.net pdf embed
我尝试在我的asp页面中使用它,因为我在堆栈溢出时发现这个,但是当我运行应用程序时它没有做任何事情,问题是在pdfLocation()我的是返回一个字符串值,即路径到pdf文件。这是正确的
<embed id="Embed1" src='<%# pdfLocation() %>' runat="server" name="pdfLoad"/>
这是函数
public string pdfLocation() { return "pdf/2.pdf"; }