IHtmlGenerator Methods |
Name | Description | |
---|---|---|
![]() | AddAttributeValue(Char) |
Quotes attribute value and adds it to the html file.
|
![]() | AddAttributeValue(String) |
Quotes attribute value and adds it to the html file.
|
![]() | AddAttributeValue(Char, Int32, Int32) |
Quotes attribute value and adds it to the html file.
|
![]() | AddHtml(Char) |
Adds formatted HTML text.
|
![]() | AddHtml(String) |
Adds formatted HTML text.
|
![]() | AddHtml(Char, Int32, Int32) |
Adds formatted HTML text.
|
![]() | AddText(Char) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
|
![]() | AddText(String) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
|
![]() | AddText(Char, Int32, Int32) |
Adds plain text to the html files, replacing special characters with html entities.
Linebreaks and whitespaces aren't replaced.
|