November Happy Hour will be moved to Thursday December 5th.

Class Targets

Helper class for anchor targets

Inheritance
System.Object
Targets
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Navigation
Assembly: EPiServer.Shell.dll
Version: 9.12.2
Syntax
public static class Targets

Fields

Blank

_blank target

Declaration
public const string Blank = "_blank"
Field Value
Type Description
System.String

Help

Help target window name

Declaration
public const string Help = "MCWebHelp"
Field Value
Type Description
System.String

Parent

_parent target

Declaration
public const string Parent = "_parent"
Field Value
Type Description
System.String

Self

_self target

Declaration
public const string Self = "_self"
Field Value
Type Description
System.String

Top

_top target

Declaration
public const string Top = "_top"
Field Value
Type Description
System.String