Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class 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: 11.20.7
Syntax
public static class Targets

Fields

Blank

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

Help

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

Parent

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

Self

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

Top

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