Click or drag to resize

WebControlsCoreExtensionsConfigureWebCapture Method

Configures static properties for WebCaptureMiddlewares

Namespace:  Atalasoft.Imaging.WebControls.Core
Assembly:  Atalasoft.dotImage.WebControls.Core (in Atalasoft.dotImage.WebControls.Core.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static IServiceCollection ConfigureWebCapture(
	this IServiceCollection services,
	IWebCaptureSettings settings
)

Parameters

services
Type: IServiceCollection
Current services collection instance. It should contain an IHostingEnvironment service.
settings
Type: Atalasoft.Imaging.WebControls.CoreIWebCaptureSettings
Web Capture settings object.

Return Value

Type: IServiceCollection
The same service collection instance without any modifications.

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