Method OnConfiguringAsync
OnConfiguringAsync()
Called at the very beginning of the control's initialization process. This method is invoked before any services are registered or any containers are built. It can be used to configure control-level state or prepare external inputs.
Declaration
public Task OnConfiguringAsync()
Returns
Type | Description |
---|---|
Task | A task that completes when the configuration step has finished. |