Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IUriContextResolver

Resovles context given an instance URI.

Namespace: EPiServer.Shell.Rest
Assembly: EPiServer.Shell.dll
Version: 8.11.0
Syntax
public interface IUriContextResolver

Properties

Name

Gets the name for this type of data.

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

Methods

TryResolveUri(Uri, out ClientContextBase)

Resolves the context for a given URI.

Declaration
bool TryResolveUri(Uri uri, out ClientContextBase instance)
Parameters
Type Name Description
System.Uri uri

The URI uniquely identifying a specific data.

ClientContextBase instance

Returns the context representing the given URI.

Returns
Type Description
System.Boolean

True if the context was loaded.