Class 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.7Syntax
[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 |
ContentLink
Declaration
public virtual ContentReference ContentLink { get; }
Property Value
Type | Description |
---|---|
ContentReference |
LanguageID
Declaration
public virtual string LanguageID { get; }
Property Value
Type | Description |
---|---|
System.String |