ISPCustomRedirectHandler.GetRedirectUrl method
指定金鑰參數,傳回的 URL
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Function GetRedirectUrl ( _
key As String _
) As String
'用途
Dim instance As ISPCustomRedirectHandler
Dim key As String
Dim returnValue As String
returnValue = instance.GetRedirectUrl(key)
string GetRedirectUrl(
string key
)
參數
key
Type: System.String內容參數,來判斷要傳回的 URL
傳回值
Type: System.String
絕對 URL 與套用的替代存取對應
請參閱
參照
ISPCustomRedirectHandler interface