Class HtmlBuilderTag
- Namespace
- JJMasterData.Core.UI.Html
- Assembly
- JJMasterData.Core.dll
Represents a HTML tag of a HtmlBuilder
public sealed class HtmlBuilderTag
- Inheritance
-
HtmlBuilderTag
- Inherited Members
Constructors
HtmlBuilderTag(HtmlTag)
Represents a HTML tag of a HtmlBuilder
public HtmlBuilderTag(HtmlTag htmlTag)
Parameters
htmlTag
HtmlTag
Properties
HasClosingTag
public bool HasClosingTag { get; }
Property Value
HtmlTag
public HtmlTag HtmlTag { get; }
Property Value
Methods
GetTagName()
public string GetTagName()