Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Azure blob 存储,如果我使用媒体模块上传文件,有没有办法可以在视图中检索该文件的路径?我需要允许用户通过单击链接来下载 PDF,但我不知道如何获取它的路径。
使用 IStorageProvider。您可以在部件驱动程序的构造函数中注入一个 IStorageProvider,使用 IStorageProvider 接口获取路径,并将其传递给您在部件驱动程序的 Display() 方法中传递给视图的形状。