Class UnorderedListItem
Represents an item within UnorderedListCardComponent component.
public class UnorderedListItem
- Inheritance
-
objectUnorderedListItem
- Extension Methods
Properties
Link
Item link.
public UnorderedListItemLink Link { get; set; }
Property Value
Text
Item text.
public string Text { get; set; }
Property Value
- string