Class HyperLink
Version: 21.x
Represents the properties of a hyperlink in a Sitecore layout service response.
Inheritance
System.Object
HyperLink
Namespace: Sitecore.LayoutService.Client.Response.Model.Properties
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
Constructors
HyperLink()
Declaration
Properties
Class
Gets or sets the CSS class of the hyperlink.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Href
Gets or sets the href of the hyperlink.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Target
Gets or sets the target of the hyperlink.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Text
Gets or sets the text of the hyperlink.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Gets or sets the title of the hyperlink.
Declaration
Property Value
| Type | Description |
|---|---|
| System.String |