SPUtility.GetNewIdPrefix method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: System.Web.HttpContext
傳回值
Type: System.String