RegisteredScript.AddScriptTags Property

Definition

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

public:
 property bool AddScriptTags { bool get(); };
public bool AddScriptTags { get; }
member this.AddScriptTags : bool
Public ReadOnly Property AddScriptTags As Boolean

Property Value

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

Applies to