Options influencing the HTML writing behavior of the test framework.
Implements
Namespace: Metalama.Framework.Engine.Formatting
Assembly: Metalama.Framework.Sdk.dll
Syntax
public sealed record HtmlCodeWriterOptions : IEquatable<HtmlCodeWriterOptions>
Constructors
Name | Description |
---|---|
HtmlCodeWriterOptions(bool, string?, string?) | Options influencing the HTML writing behavior of the test framework. |
Properties
Name | Description |
---|---|
AddTitles | |
Epilogue | |
Prolog |
Methods
Name | Description |
---|---|
Deconstruct(out bool, out string?, out string?) | |
Equals(HtmlCodeWriterOptions?) | |
Equals(object?) | |
GetHashCode() | |
ToString() |
Operators
Name | Description |
---|---|
operator ==(HtmlCodeWriterOptions?, HtmlCodeWriterOptions?) | |
operator !=(HtmlCodeWriterOptions?, HtmlCodeWriterOptions?) |