The <script> tag
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.Helpers.HtmlHtmlTag
Scanjour.Workflow4.Web.Services.Helpers.HtmlHtmlTagScript
Namespace: Scanjour.Workflow4.Web.Services.Helpers.Html
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The HtmlTagScript type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlTagScript |
Initializes a new instance of the HtmlTagScript class.
| |
HtmlTagScript(String) |
Initializes a new instance of the HtmlTagScript class.
| |
HtmlTagScript(String, String) |
Initializes a new instance of the HtmlTagScript class.
|
Properties
Name | Description | |
---|---|---|
Attributes |
Gets or sets the attributes.
(Inherited from HtmlTag.) | |
CanBeClosedInline |
Gets or sets a value indicating whether the tag can be closed inline.
(Inherited from HtmlTag.) | |
Content |
Gets or sets the content.
(Inherited from HtmlTag.) | |
Identity |
Gets or sets the tag identity.
(Inherited from HtmlTag.) | |
Language |
Gets or sets the language attribute value.
| |
Name |
Gets the name.
(Inherited from HtmlTag.) | |
Source |
Gets or sets the source (src) attribute value.
| |
Type |
Gets or sets the type attribute value.
|
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Returns a String that represents this instance.
(Inherited from HtmlTag.) |
Fields
Name | Description | |
---|---|---|
LanguageAttribute |
The language attribute name
| |
SourceAttribute |
The source attribute name
| |
TagName |
The tag name
| |
TypeAttribute |
The type attribute name
|
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also