Class MorpheoDashboardExtensions
Extension methods for configuring the Morpheo dashboard.
Inherited Members
Namespace: Morpheo.Core.Extensions
Assembly: Morpheo.Core.dll
Syntax
public static class MorpheoDashboardExtensions
Methods
| Edit this page View SourceAddDashboard(IMorpheoBuilder, Action<DashboardOptions>?)
Adds dashboard configuration to the DI container.
Declaration
public static IMorpheoBuilder AddDashboard(this IMorpheoBuilder builder, Action<DashboardOptions>? configure = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IMorpheoBuilder | builder | The Morpheo builder. |
| Action<DashboardOptions> | configure | Optional delegate to configure dashboard options. |
Returns
| Type | Description |
|---|---|
| IMorpheoBuilder | The Morpheo builder. |