Table of Contents

Interface IImageSharpBuilder

Namespace
SixLabors.ImageSharp.Web
Assembly
SixLabors.ImageSharp.Web.dll

Defines a contract for adding ImageSharp services.

public interface IImageSharpBuilder
Extension Methods

Properties

Services

Gets the IServiceCollection where ImageSharp services are configured.

IServiceCollection Services { get; }

Property Value

IServiceCollection