HtmlCodeWriterOptions(bool, string?, string?)
Options influencing the HTML writing behavior of the test framework.
Declaration
public HtmlCodeWriterOptions(bool AddTitles = false, string? Prolog = null, string? Epilogue = null)
Parameters
Type | Name | Description |
---|---|---|
bool | AddTitles | |
string | Prolog | |
string | Epilogue |