命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Shared Function GetNewIdPrefix ( _
context As HttpContext _
) As String
用法
Dim context As HttpContext
Dim returnValue As String
returnValue = SPUtility.GetNewIdPrefix(context)
public static string GetNewIdPrefix(
HttpContext context
)
参数
- context
类型:System.Web.HttpContext