SPWebApplication.GetRequestPath method
NOTE: This API is now obsolete.
此成員是保留給內部使用,而不是用來直接從您的程式碼使用
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Unsupported")> _
Protected Shared Function GetRequestPath ( _
binding As String, _
secure As Boolean _
) As String
'用途
Dim binding As String
Dim secure As Boolean
Dim returnValue As String
returnValue = SPWebApplication.GetRequestPath(binding, _
secure)
[ObsoleteAttribute("Unsupported")]
protected static string GetRequestPath(
string binding,
bool secure
)
參數
- binding
Type: System.String
- secure
Type: System.Boolean
傳回值
Type: System.String