Class ServiceCollectionExtensions
Class with IServiceCollection extensions methods.
Inheritance
System.Object
ServiceCollectionExtensions
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public static class ServiceCollectionExtensions : object
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 |