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
Inherited Members
Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
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 |
ContentLink
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 |