Class LinkType
Linkage type for pages
Inheritance
System.Object
    LinkType
  Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class LinkType : Enum
  Fields
External
URL points to a external resource, for example "/docs/EPiServer.doc"
Declaration
public const LinkType External
  Field Value
| Type | Description | 
|---|---|
| LinkType | 
FetchData
URL points to a page that will fetch data from another page
Declaration
public const LinkType FetchData
  Field Value
| Type | Description | 
|---|---|
| LinkType | 
Image
URL points to a image
Declaration
public const LinkType Image
  Field Value
| Type | Description | 
|---|---|
| LinkType | 
Inactive
URL is inactive, "#"
Declaration
public const LinkType Inactive
  Field Value
| Type | Description | 
|---|---|
| LinkType | 
Normal
Normal URL, for example "/templates/page.aspx?id=30"
Declaration
public const LinkType Normal
  Field Value
| Type | Description | 
|---|---|
| LinkType | 
Shortcut
URL points to a page different than the current
Declaration
public const LinkType Shortcut
  Field Value
| Type | Description | 
|---|---|
| LinkType | 
value__
Declaration
public int value__
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |