2013-02-04 75 views

回答

1

您可以爲此使用模塊。

http://msdn.microsoft.com/en-us/library/ms453137.aspx

增加一個模塊到Visual Studio項目,並添加里面的圖像後,你可以參考這種方式:

var web = SPContext.Current.Web; //web scope, if site scope then use SPContext.Current.Site.RootWeb instead. 
var myFile = web.ServerRelativeUrl + "/ModuleName/image.jpg" 
+0

很抱歉,但它不是我要找的 –

+0

那你打算怎麼做?你可以把它放在佈局中,只需創建一個映射文件夾。這裏有一個指導:http://msdn.microsoft.com/en-us/library/ee231521.aspx –

相關問題