Classes
| Class | Description | |
|---|---|---|
| DataUrls |
Building/parsing data urls, and registering IDataUrlMapper objects.
| |
| InternalUrls |
Allows setting custom urls conversions.
| |
| MediaUrlData |
Information stored in a media url
| |
| MediaUrls |
Responsible for parsing and building media urls
| |
| PageUrlData |
Information stored in a Orckestra CMS page url
| |
| PageUrls |
Responsible for parsing and building page urls
| |
| Routes |
Allows adding custom routes with a priority in relation to defined by CompositeC1 routes.
| |
| UrlSpace |
Allows producing different urls for different hostnames, also to forcibly produce relative urls when needed
(f.e. browsing in a console, where an iframe source has to point to the same hostname).
|
Interfaces
| Interface | Description | |
|---|---|---|
| IDataUrlMapper |
Provides a link between a data item and a url
| |
| IInternalUrlConverter |
An interface for internal url transformation.
| |
| IInternalUrlProvider |
Providers internal urls for data references.
| |
| IMediaUrlProvider |
An interface for providing media urls for a given media id.
| |
| IResizableImageUrlProvider |
An interface for providing media urls for a given media id.
|
Delegates
| Delegate | Description | |
|---|---|---|
| Routes..::..RouteRegistration |
Handles route registration
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| UrlKind |
Url kind
|