Enum LinkType
Linkage type for pages
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public enum LinkType
Fields
| Name | Description |
|---|---|
| External | URL points to a external resource, for example "/docs/EPiServer.doc" |
| FetchData | URL points to a page that will fetch data from another page |
| Image | URL points to a image |
| Inactive | URL is inactive, "#" |
| Normal | Normal URL, for example "/templates/page.aspx?id=30" |
| Shortcut | URL points to a page different than the current |