IssueBuilder.

WithMessageInHtmlFormat(string) Method

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.