A plugin interface that registers application urls.
IApplicationNavigable is defined in the Telligent.Evolution.Extensibility.Urls.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IApplicationNavigable : IPlugin { Guid ApplicationTypeId { get; } void RegisterUrls(IUrlController controller); }
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ApplicationTypeId | Guid | The Application Type Id of the application the urls are registered for. |
Methods
void RegisterUrls(IUrlController controller);
Used to register urls to the application url collection.
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| controller | IUrlController | Controller | Required |