Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    AddUmbracoImageSharp(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX