SPWebApplication.AllowedInlineDownloadedMimeTypes property
取得 MIME 內容-類型,不強制以下載使用者的本機電腦儲存。檔案 withcontent-類型未列出此集合中之假設兩者都包含指令碼與因此可與 user'sbehalf 上的應用程式互動。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property AllowedInlineDownloadedMimeTypes As ICollection(Of String)
Get
'用途
Dim instance As SPWebApplication
Dim value As ICollection(Of String)
value = instance.AllowedInlineDownloadedMimeTypes
public ICollection<string> AllowedInlineDownloadedMimeTypes { get; }
Property value
Type: System.Collections.Generic.ICollection<String>
ICollection<T>
MIME 內容-類型為此應用程式以檢視第一個儲存至使用者的 localdrive 不允許的清單。
備註
BrowserFileHandling屬性設為Permissive時,則會忽略此屬性。