HtcMenuUtility.WzScriptRegistration Method (HttpContext)
Generates the script block that links in client-side files with the specified HttpContext object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function WzScriptRegistration ( _
context As HttpContext _
) As String
'Usage
Dim context As HttpContext
Dim returnValue As String
returnValue = HtcMenuUtility.WzScriptRegistration(context)
public static string WzScriptRegistration(
HttpContext context
)
Parameters
context
Type: System.Web.HttpContextThe HTTP-specific information for the request.
Return Value
Type: System.String
The script block for linking client-side files.