Class ServiceCollectionExtensions
Class with IServiceCollection extensions methods.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public static class ServiceCollectionExtensions
Methods
AddRadzenComponents(IServiceCollection)
Add Radzen Blazor components services
Declaration
public static IServiceCollection AddRadzenComponents(this IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | services | Service collection |
Returns
Type | Description |
---|---|
IServiceCollection |