ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Component Class / RegisterStartupScript Method
The writer.

In This Topic
    RegisterStartupScript Method (Component)
    In This Topic
    Registers the start-up script.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RegisterStartupScript( _
       ByVal writer As HtmlTextWriter _
    ) 
    protected virtual void RegisterStartupScript( 
       HtmlTextWriter writer
    )

    Parameters

    writer
    The writer.
    See Also