DeltaPage.ConvertRegularURLtoMDSURL 方法
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function ConvertRegularURLtoMDSURL ( _
web As SPWeb, _
fullPath As String _
) As String
用法
Dim web As SPWeb
Dim fullPath As String
Dim returnValue As String
returnValue = DeltaPage.ConvertRegularURLtoMDSURL(web, _
fullPath)
public static string ConvertRegularURLtoMDSURL(
SPWeb web,
string fullPath
)
参数
- web
类型:Microsoft.SharePoint.SPWeb
- fullPath
类型:System.String