Gets or sets a value indicating whether client script resources should be registered within page automatically.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual bool IncludeScripts { get; set; }
Visual Basic
Public Overridable Property IncludeScripts As Boolean
	Get
	Set

Implements

IC1ThemeSupport..::..IncludeScripts

See Also