SPUtility.GetNewIdPrefix method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetNewIdPrefix ( _
context As HttpContext _
) As String
'Usage
Dim context As HttpContext
Dim returnValue As String
returnValue = SPUtility.GetNewIdPrefix(context)
public static string GetNewIdPrefix(
HttpContext context
)
Parameters
- context
Type: System.Web.HttpContext
Return value
Type: System.String