Search Results for

    Show / Hide Table of Contents
    View Source

    Class ResizeImagingController

    Inheritance
    System.Object
    ManagementApiControllerBase
    ImagingControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.UrlSegment
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ResizeImagingController : ImagingControllerBase

    Constructors

    View Source

    ResizeImagingController(IMediaService, IReziseImageUrlFactory)

    Declaration
    public ResizeImagingController(IMediaService mediaService, IReziseImageUrlFactory reziseImageUrlFactory)
    Parameters
    Type Name Description
    IMediaService mediaService
    IReziseImageUrlFactory reziseImageUrlFactory

    Methods

    View Source

    Urls(HashSet<Guid>, Int32, Int32, Nullable<ImageCropMode>)

    Declaration
    public async Task<IActionResult> Urls(HashSet<Guid> ids, int height = 200, int width = 200, ImageCropMode? mode = null)
    Parameters
    Type Name Description
    HashSet<Guid> ids
    System.Int32 height
    System.Int32 width
    System.Nullable<ImageCropMode> mode
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ResizeImagingController(IMediaService, IReziseImageUrlFactory)
    • Methods
      • Urls(HashSet<Guid>, Int32, Int32, Nullable<ImageCropMode>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX