HTML tag <body>
Inheritance Hierarchy
Scanjour.Workflow4.Web.Services.Helpers.HtmlHtmlTag
Scanjour.Workflow4.Web.Services.Helpers.HtmlHtmlTagBody
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 HtmlTagBody type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HtmlTagBody |
Initializes a new instance of the HtmlTagBody 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.) | |
Name |
Gets the name.
(Inherited from HtmlTag.) |
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 | |
---|---|---|
TagName |
The tag name
|
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also