RegisteredScript.AddScriptTags Property

 

Gets a value that indicates whether the script block should be rendered on the Web page enclosed in <script> tags.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

Public ReadOnly Property AddScriptTags As Boolean

Property Value

Type: System.Boolean

true if the script should be rendered on the Web page enclosed in <script> tags; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: