SPWebApplication.GetRequestPath 方法
请注意:此 API 现在已过时。
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<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
类型:System.String
- secure
类型:System.Boolean