Versions Compared

Key

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

...

Comma-delimited list of the warning ID numbers that the template compiler should suppress. These are standard C# / VB compiler warning ID numbers.

ClassName

The ClassName attribute is used to specify the class name of the compiled template. This attribute should be defined when using partial code-behinds.

Namespace

The Namespace attribute is used to specify the namespace for the compiled template. This attribute should be defined when using partial code-behinds.

Encoding

The Encoding attribute allows you to define the encoding the current template document will be saved as. The default encoding of a template document is UTF-8.

ResponseEncoding

The ResponseEncoding attribute allows you to define the encoding the generated document will be saved as. The default encoding of a generated document is UTF-8.

...