HTML tag string builder
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.Helpers.HtmlHtmlTag
Scanjour.Workflow4.Web.Services.Helpers.HtmlHtmlTagBase
Scanjour.Workflow4.Web.Services.Helpers.HtmlHtmlTagBody
Scanjour.Workflow4.Web.Services.Helpers.HtmlHtmlTagHead
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 HtmlTag type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlTag |
Initializes a new instance of the HtmlTag class.
|
Properties
Name | Description | |
---|---|---|
Attributes |
Gets or sets the attributes.
| |
CanBeClosedInline |
Gets or sets a value indicating whether the tag can be closed inline.
| |
Content |
Gets or sets the content.
| |
Identity |
Gets or sets the tag identity.
| |
Name |
Gets the name.
|
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.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
IdAttribute |
The tag identifier attribute name
| |
TagClosingBrace |
The tag closing brace
| |
TagClosingMarker |
The tag closing marker
| |
TagOpeningBrace |
The tag opening brace
|
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also