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

Class ClientContextBase

Inheritance
System.Object
ClientContextBase
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.Rest
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public abstract class ClientContextBase

Constructors

ClientContextBase()

Declaration
protected ClientContextBase()

Properties

Data

Declaration
public object Data { get; set; }
Property Value
Type Description
System.Object

DataType

Declaration
public abstract string DataType { get; set; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

PreviewUrl

Declaration
public string PreviewUrl { get; set; }
Property Value
Type Description
System.String

RequestedUri

Declaration
public Uri RequestedUri { get; set; }
Property Value
Type Description
System.Uri

Uri

Declaration
public Uri Uri { get; set; }
Property Value
Type Description
System.Uri

VersionAgnosticUri

Declaration
public Uri VersionAgnosticUri { get; set; }
Property Value
Type Description
System.Uri

Extension Methods