Interface IUrlContextResolver
Inherited Members
Namespace: EPiServer.Shell.Rest
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public interface IUrlContextResolver : ISortable
Methods
TryResolveUrl(Uri, out ClientContextBase)
Declaration
bool TryResolveUrl(Uri url, out ClientContextBase instance)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | url | |
| ClientContextBase | instance |
Returns
| Type | Description |
|---|---|
| System.Boolean |