TagAttributes
TagAttributes Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.html.simpleparser.ChainedProperties
iTextSharp.text.html.simpleparser.ChainedProperties.TagAttributes[[TagAttributes]]
end
Details
Constructors
TagAttributes
Source codeinternal TagAttributes(string tag, IDictionary<string, string> attrs)
Arguments
| Type | Name | Description |
|---|---|---|
string | tag | |
IDictionary<string, string> | attrs |
Generated with ModularDoc