Class RazorClientServiceCollectionExtension
Extension function to add BranchCaches
Inherited Members
Namespace: Noxum.Nova.Razor.Client
Assembly: Noxum.Nova.Razor.Client.dll
Syntax
public static class RazorClientServiceCollectionExtension
Methods
AddNovaRazorClient(IServiceCollection)
Adds IRazorClient to the services to access the Razor API.
Declaration
public static IServiceCollection AddNovaRazorClient(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | The service collection |
Returns
| Type | Description |
|---|---|
| IServiceCollection |