Class SyncfusionBlazor
A class to add the Syncfusion Blazor service to the service collection.
Inheritance
System.Object
SyncfusionBlazor
Namespace: Syncfusion.Blazor
Assembly: Syncfusion.Blazor.dll
Syntax
public static class SyncfusionBlazor : Object
Methods
AddSyncfusionBlazor(IServiceCollection, Boolean)
Adds Syncfusion Blazor service to the service collection.
Declaration
public static IServiceCollection AddSyncfusionBlazor(this IServiceCollection services, bool DisableScriptManager = false)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.DependencyInjection.IServiceCollection | services | |
System.Boolean | DisableScriptManager | Disable the Syncfusion Blazor built-in init interop script. |
Returns
Type | Description |
---|---|
Microsoft.Extensions.DependencyInjection.IServiceCollection |