London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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