Table of Contents

Class LinkNamedComponentCellProps

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Properties of the LINK_COMPONENT front-end component.

public sealed class LinkNamedComponentCellProps
Inheritance
object
LinkNamedComponentCellProps
Extension Methods

Properties

Text

Text of the link.

public string Text { get; set; }

Property Value

string

Url

URL of the link.

public string Url { get; set; }

Property Value

string