Linkage type for pages
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public enum LinkType |
Members
| Member name | Description | |
|---|---|---|
| Normal |
Normal URL, for example "/templates/page.aspx?id=30"
| |
| Shortcut |
URL points to a page different than the current
| |
| External |
URL points to a external resource, for example "/docs/EPiServer.doc"
| |
| Inactive |
URL is inactive, "#"
| |
| FetchData |
URL points to a page that will fetch data from another page
| |
| Image |
URL points to a image
|