View Source
Class ResizeImagingController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ResizeImagingController : ImagingControllerBase
Constructors
View Source
Declaration
public ResizeImagingController(IMediaService mediaService, IReziseImageUrlFactory reziseImageUrlFactory)
Parameters
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> |
|