Interface IAdaptiveImageUrlBuilder
Represents object used to compose URL for fetching an image by its URL.
Namespace: AdaptiveImages.Delivery
Assembly: AdaptiveImages.dll
Syntax
public interface IAdaptiveImageUrlBuilder
Methods
GetImageUrl(ImageRenderSettings)
Returns the URL for an image with the specified render settings, such as any cropping and scaling.
Declaration
string GetImageUrl(ImageRenderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
ImageRenderSettings | settings | Specifies image to render including any cropping or scaling settings. |
Returns
Type | Description |
---|---|
string | URL for rendering the image with any specified transformations applied. |