Versions Compared

Key

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

...

Code Block
languagehtml/xml
<%@ Register Name="Header" Template="Header.cst" MergeProperties="True" ExcludeProperties="IncludeMeta" %>

Register Directive Attributes

There are four attributes that you can supply to the Register directive. The Name and Template parameters are required; the others are optional.

...