SPAlternateUrlCollection.SetResponseUrl method
將產生輸出的絕對 URL,將特定區域時所使用的 URL。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub SetResponseUrl ( _
url As SPAlternateUrl _
)
'用途
Dim instance As SPAlternateUrlCollection
Dim url As SPAlternateUrl
instance.SetResponseUrl(url)
public void SetResponseUrl(
SPAlternateUrl url
)
參數
url
Type: Microsoft.SharePoint.Administration.SPAlternateUrlSPAlternateUrl物件,代表要使用的 URL。
請參閱
參照
SPAlternateUrlCollection class