ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Control Class / RegisterStartupScript Method
the specified writer used to write the startup scripts.

In This Topic
    RegisterStartupScript Method (Control)
    In This Topic
    Registers the startup scripts.
    Syntax
    'Declaration
     
    Protected Overrides Sub RegisterStartupScript( _
       ByVal writer As TextWriter _
    ) 
    protected override void RegisterStartupScript( 
       TextWriter writer
    )

    Parameters

    writer
    the specified writer used to write the startup scripts.
    See Also