EscapeMarkup(string) Method
Escapes text so that it won’t be interpreted as markup.
public static string EscapeMarkup(this string text)
- Namespace
- Spectre
.Console - Containing Type
- StringExtensions
Parameters
- string text
- The text to escape.
Returns
- string