Class UmbracoBuilderExtensions
Extension methods for IUmbracoBuilder to add ImageSharp image processing.
Inheritance
object
Namespace: Umbraco.Cms.Imaging.ImageSharp
Assembly: Umbraco.Cms.Imaging.ImageSharp.dll
Syntax
public static class UmbracoBuilderExtensions
Methods
View SourceAddUmbracoImageSharp(IUmbracoBuilder)
Adds ImageSharp image processing with Umbraco settings.
Declaration
public static IServiceCollection AddUmbracoImageSharp(this IUmbracoBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| IUmbracoBuilder | builder | The IUmbracoBuilder. |
Returns
| Type | Description |
|---|---|
| IServiceCollection | The Microsoft.Extensions.DependencyInjection.IServiceCollection. |