alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class SyncfusionBlazorToolkit

    Extension method to register Syncfusion Blazor services into the service collection.

    Inheritance
    System.Object
    SyncfusionBlazorToolkit
    Namespace: Syncfusion.Blazor.Toolkit
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public static class SyncfusionBlazorToolkit : Object

    Methods

    AddSyncfusionBlazorToolkit(IServiceCollection, Action<GlobalOptions>)

    Registers Syncfusion Blazor Toolkit services and optional global configuration.

    Declaration
    public static IServiceCollection AddSyncfusionBlazorToolkit(this IServiceCollection services, Action<GlobalOptions> configure = null)
    Parameters
    Type Name Description
    Microsoft.Extensions.DependencyInjection.IServiceCollection services

    The service collection to add services to.

    System.Action<GlobalOptions> configure

    Optional action to configure GlobalOptions.

    Returns
    Type Description
    Microsoft.Extensions.DependencyInjection.IServiceCollection

    The updated Microsoft.Extensions.DependencyInjection.IServiceCollection.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved