Class Link
Inheritance
object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public class Link
Properties
View SourceName
Declaration
public string? Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Target
Declaration
public string? Target { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public LinkType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| LinkType |
Udi
Declaration
public Udi? Udi { get; set; }
Property Value
| Type | Description |
|---|---|
| Udi |
Url
Declaration
public string? Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |