ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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 TextWriter _
    ) 
    protected virtual void RegisterStartupScript( 
       TextWriter writer
    )

    Parameters

    writer
    The writer.
    See Also