Class LinkComponent
Represents a link form component.
[ComponentAttribute(typeof(LinkComponentAttribute))]
public sealed class LinkComponent : FormComponent<LinkProperties, LinkClientProperties, string>, IFormComponent, IFormItem<IFormComponentClientProperties>, IFormItem
- Inheritance
-
objectLinkComponent
- Implements
- Inherited Members
- Extension Methods
Fields
IDENTIFIER
Represents the LinkComponent identifier.
public const string IDENTIFIER = "Kentico.Administration.Link"
Field Value
- string
Properties
ClientComponentName
Name of the front-end type implementing the UI form component.
public override string ClientComponentName { get; }
Property Value
- string
Methods
ConfigureClientProperties(LinkClientProperties)
Configures the form component client properties.
protected override Task ConfigureClientProperties(LinkClientProperties clientProperties)
Parameters
clientProperties
LinkClientPropertiesThe current instance of the form component client properties.
Returns
- Task
Remarks
Override this method in order to configure form component client properties.