SaaS CMS has officially launched! Learn more now.

Class ResolvedContent

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The result for an url resolving returned by Resolve(Uri, UrlResolverOptions)

Inheritance
System.Object
ResolvedContent
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.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public class ResolvedContent

Constructors

ResolvedContent(ContentReference, CultureInfo, CultureInfo, String)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Creates a new instance

Declaration
public ResolvedContent(ContentReference contentLink, CultureInfo contentLanguage, CultureInfo requestedLanguage, string remainingPath)
Parameters
Type Name Description
ContentReference contentLink

The content refernce that was resolved

System.Globalization.CultureInfo contentLanguage

The language version for the content that was resolved

System.Globalization.CultureInfo requestedLanguage

The language that was resolved from the url

System.String remainingPath

The remaining path in the url after the resolving

Properties

ContentLanguage

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The language version for the content that was resolved

Declaration
public CultureInfo ContentLanguage { get; }
Property Value
Type Description
System.Globalization.CultureInfo

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The content refernce that was resolved

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

RemainingPath

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The remaining path in the url after the resolving

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

RequestedLanguage

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The language that was resolved from the url

Declaration
public CultureInfo RequestedLanguage { get; }
Property Value
Type Description
System.Globalization.CultureInfo

Extension Methods