HtmlForgeX

API Reference

Class

Script

Namespace HtmlForgeX.Tags
Assembly HtmlForgeX
Base HtmlTag

Represents an HTML <script> tag.

Inheritance

Constructors

Script 2 overloads
public Script() #

Initializes a new instance of the Script class.

public Script(String value) #

Initializes a new instance of the Script class with inline script content.

Parameters

value System.String requiredposition: 0
Inline JavaScript content.