Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecsharp
// instantiate the sub-template
Header header = this.Create<Header>();


// include the meta tag
header.IncludeMeta = true;

...