Async |
bool |
False |
|
Gets or sets a value indicating whether the script should be loaded asynchronously. |
1.0.0 |
Class |
string |
null |
|
Gets or sets the CSS class. |
1.0.0 |
Defer |
bool |
False |
|
Gets or sets a value indicating whether the script is meant to be executed after the document has been parsed, but before firing DOMContentLoaded event. |
1.0.0 |
Id |
string |
null |
|
Gets or sets the ID. If not set, a unique ID will be generated. |
1.0.0 |
ScriptId |
string |
null |
|
Gets or sets the ID of the script element. |
1.0.0 |
Source |
string |
null |
|
Gets or sets the URI of the external script to load. |
1.0.0 |
Style |
string |
null |
|
Gets or sets the CSS style. |
1.0.0 |