Interface IUriContextResolver
Namespace: EPiServer.Shell.Rest
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public interface IUriContextResolver
Properties
Name
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
TryResolveUri(Uri, out ClientContextBase)
Declaration
bool TryResolveUri(Uri uri, out ClientContextBase instance)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | uri | |
| ClientContextBase | instance |
Returns
| Type | Description |
|---|---|
| System.Boolean |