BuildMaster SDK Reference
Version:

AddLiteral(System.Web.UI.ControlCollection toControl, string literal) Method

Creates an instance of a System.Web.UI.LiteralControl containing the supplied string.

Syntax

public static void AddLiteral(System.Web.UI.ControlCollection toControl, string literal)

Parameters

toControl
Type: System.Web.UI.ControlCollection

Control collection to add to.

literal
Type: string

Literal to add.