This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
Summary
Sets the message in HTML format.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IssueBuilder
Syntax
public IssueBuilder WithMessageInHtmlFormat(string message)
Parameters
Name | Type | Description |
---|---|---|
message | string | Message in HTML format.
Can be null or System.String.Empty if issue doesn't have a message in HTML format. |
Return Value
Type | Description |
---|---|
IssueBuilder | Issue Builder instance. |