Class HtmlCodeWriterOptions
Options influencing the HTML writing behavior of the test framework.
Implements
Namespace: Metalama.Framework.Engine.Formatting
Assembly: Metalama.Framework.Sdk.dll
Syntax
public sealed class HtmlCodeWriterOptions : Object
Constructors
Name | Description |
---|---|
HtmlCodeWriterOptions(Boolean, String, String) | Options influencing the HTML writing behavior of the test framework. |
Properties
Name | Description |
---|---|
AddTitles | |
Epilogue | |
Prolog |
Methods
Name | Description |
---|---|
<Clone>$() | |
Deconstruct(out Boolean, out String, out String) | |
Equals(HtmlCodeWriterOptions) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Name | Description |
---|---|
Equality(HtmlCodeWriterOptions, HtmlCodeWriterOptions) | |
Inequality(HtmlCodeWriterOptions, HtmlCodeWriterOptions) |