Show / Hide Table of Contents

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.

Extension Methods

ImageExtensions.GetCultureSpecificImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetImageConstraints<TParent>(TParent, string)
ImageExtensions.GetImageConstraints<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetImageRenderSettings<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string)
ImageExtensions.GetProportionsConstraint<TParent>(TParent, string, FormFactor)
ImageExtensions.GetProportionsConstraint<TParent, TProperty>(TParent, Expression<Func<TParent, TProperty>>)
ImageExtensions.GetRequiredImageAttribute<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
ImageExtensions.GetSizeConstraint<TContent, TProperty>(TContent, Expression<Func<TContent, TProperty>>)
☀
☾
In this article
Back to top
Documentation applies to: Adaptive Images 2.x
☀
☾