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