Class UnorderedListItemLink
Represents a item link within Kentico.Xperience.Admin.Base.CardComponentNames.UNORDERED_LIST component.
public class UnorderedListItemLink
- Inheritance
-
objectUnorderedListItemLink
- Extension Methods
Properties
Text
Link text.
public string Text { get; set; }
Property Value
- string
Url
Link URL.
public string Url { get; set; }
Property Value
- string