MetalamaAPI documentationAdvanced APIMetalama.​Framework.​Engine.​FormattingHtml­Code­Writer­Options
Open sandboxFocus

HtmlCodeWriterOptions Class

Options influencing the HTML writing behavior of the test framework.

Inheritance
HtmlCodeWriterOptions
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?)