Try our conversational search powered by Generative AI!

Class ContentRouteHelper

Inheritance
System.Object
ContentRouteHelper
Implements
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.Web.Routing
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Use IContentRouteHelper", true)]
public class ContentRouteHelper : IContentRouteHelper

Constructors

ContentRouteHelper()

Declaration
public ContentRouteHelper()

Properties

Content

Declaration
public virtual IContent Content { get; }
Property Value
Type Description
IContent
Declaration
public virtual ContentReference ContentLink { get; }
Property Value
Type Description
ContentReference

LanguageID

Declaration
public virtual string LanguageID { get; }
Property Value
Type Description
System.String

Implements

Extension Methods