Skip to content

v1.2

Latest
Compare
Choose a tag to compare
@hughbe hughbe released this 17 Oct 10:45
· 61 commits to master since this release

A breaking change update to HtmlGenerator

  • Strongly typed attributes (this means that in the future we can add methods and constructors to attributes specifically)
  • Strongly typed elements - you can set attributes on elements more easily, and provides the same benefits as strongly typed attriubtes
  • Changed Content to InnerText to be more consistent with the HTML Specificiation
  • Create specific elements in a more customized way - directly create hyperlinks, images, headers, paragraphs, css and javascript references as well as meta elements more easily