Class LinkComponentAttribute
- Namespace
- Kentico.Xperience.Admin.Base.FormAnnotations
- Assembly
- Kentico.Xperience.Admin.Base.Shared.dll
Indicates that the Link form component will be used for editing of this property value in the administration interface.
public sealed class LinkComponentAttribute : FormComponentAttribute
- Inheritance
-
objectAttributeLinkComponentAttribute
- Inherited Members
- Extension Methods
Remarks
The underlying property must be of the type 'string'.
Properties
OpenInNewTab
Indicates if the link should open in a new tab. Defaults to true
.
public bool OpenInNewTab { get; set; }
Property Value
- bool
Text
Text of the link. If null or empty, the component value (the URL) is used instead.
public string Text { get; set; }
Property Value
- string