WriteOutputHtml
Gets or sets a value indicating whether HTML of syntax-highlighted files should be produced for the consolidated output file. If true
, this file
is created to the obj/html
directory. Setting this property to true
automatically sets the FormatOutput property to true
.
To enable this option in a test, add this comment to your test file: // @WriteOutputHtml
.
Declaration
public bool? WriteOutputHtml { get; set; }
Property Value
Type | Description |
---|---|
bool? |