HtcMenuClientFiles.OutputAndRegisterScript Method (Page, HtmlTextWriter)
Registers the script that links in client-side files on the specified page with the specified output.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Sub OutputAndRegisterScript ( _
page As Page, _
output As HtmlTextWriter _
)
'Usage
Dim page As Page
Dim output As HtmlTextWriterHtcMenuClientFiles.OutputAndRegisterScript(page, _
output)
public static void OutputAndRegisterScript(
Page page,
HtmlTextWriter output
)
Parameters
- page
Type: System.Web.UI.Page
- output
Type: System.Web.UI.HtmlTextWriter