A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum LinkType

Linkage type for pages

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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

Extension Methods