Method Add
Add(IBlazorContentControlConfigurator)
Adds a configurator to the composite. Returns a disposable to remove it.
Declaration
public IDisposable Add(IBlazorContentControlConfigurator configurator)
Parameters
Type | Name | Description |
---|---|---|
IBlazorContentControlConfigurator | configurator | The configurator to add. |
Returns
Type | Description |
---|---|
IDisposable | A disposable that removes the configurator when disposed. |