ServiceWorkerExtensionsAddServiceWorkers Method

Adds the IServiceWorkerContainer to the service collection.

Definition

Namespace: Gemstone.Web.Razor.ServiceWorkers
Assembly: Gemstone.Web.Razor (in Gemstone.Web.Razor.dll) Version: 1.0.175 -- Release Build+281322aaa7715d4f70d4809d501000e93a26157e
public static void AddServiceWorkers(
	this IServiceCollection services
)

Parameters

services  IServiceCollection
The service collection.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IServiceCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also