Method When
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
When(bool, string)
Sugar for a ternary, so a Class(params string?[]) call reads as a flat list of always/conditionally-applied classes.
public static string? When(bool condition, string className)
Parameters
conditionboolclassNamestring
Returns
- string