[]
        
(Showing Draft Content)

C1.Web.Mvc.Component.RenderScripts

RenderScripts Method

RenderScripts(HtmlTextWriter, bool)

Render the scripts.

Declaration
protected virtual void RenderScripts(HtmlTextWriter writer, bool renderScriptTag)
Protected Overridable Sub RenderScripts(writer As HtmlTextWriter, renderScriptTag As Boolean)
Parameters
Type Name Description
HtmlTextWriter writer

The writer.

bool renderScriptTag

A boolean value indicats whether to render the script tag.