EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    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 virtual Task OnConfiguringAsync()
    Returns
    Type Description
    Task

    A task that completes when the configuration step has finished.

    Implements
    IBlazorContentControlConfigurator.OnConfiguringAsync()
    2025 © Xab3r. All rights reserved.