Interface IImageSharpBuilder
Defines a contract for adding ImageSharp services.
Namespace: SixLabors.ImageSharp.Web.DependencyInjection
Assembly: SixLabors.ImageSharp.Web.dll
Syntax
public interface IImageSharpBuilder
Properties
| Improve this Doc View SourceServices
Gets the IServiceCollection where ImageSharp services are configured.
Declaration
IServiceCollection Services { get; }
Property Value
Type | Description |
---|---|
IServiceCollection |