Table of Contents

Class IFileUrlExtensions

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Extension methods for IFileUrl interface.

public static class IFileUrlExtensions
Inheritance
object
IFileUrlExtensions

Methods

WithSizeConstraint(IFileUrl, SizeConstraint)

Provides size constraints to the file URL if file represents an image based on given parameters.

public static IFileUrl WithSizeConstraint(this IFileUrl url, SizeConstraint constraint)

Parameters

url IFileUrl

File URL.

constraint SizeConstraint

Size constraint.

Returns

IFileUrl

New instance of IFileUrl based on the current state modified by the parametrization.

Remarks

The original file URL instance is not modified by the parametrization.