共用方式為


SPPrefix class

代表指定的相對 URL 用於判斷SPSite物件可能會建立之 url 的線段。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPrefix

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPPrefix _
    Inherits SPAutoSerializingObject
'用途
Dim instance As SPPrefix
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPPrefix : SPAutoSerializingObject

備註

使用SPWebApplication類別Prefixes傳回 Web 應用程式的前置字元的集合。

若要從集合中傳回單一的前置詞使用索引器。例如,若集合已指派給變數myPrefixes,使用myPrefixes[index]以 C# 或 Visual Basic,其中index是索引編號的前置詞的集合中的myPrefixes(index) 。

當 Web 伺服器會接收到 Web 應用程式要求時, SharePoint Foundation會檢查來決定是否應要求處理SharePoint Foundation或 IIS 要求的 URL 路徑。絕對路徑 specifywhat URL 路徑都是由SharePoint Foundation處理。

有兩種類型的前置詞、萬用字元明確。包含絕對路徑表示 URL 代表站台。包含相對路徑表示包含加上每個線段之後它所代表的網站。例如,包含絕對路徑 '/' 指出 Web 應用程式的根目錄的站台。包含相對路徑 '的網站 」 表示 /sites/Site1 和 /sites/Site2 這兩個網站。排除已過時,則會略過]。由SharePoint Foundation自動排除任何檔案或 metabase 中所定義的路徑。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPPrefix members

Microsoft.SharePoint.Administration namespace