Table of Contents

Interface IMediaFileUrlRetriever

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

Provides an interface for retrieving the media file URL based on given parameters.

public interface IMediaFileUrlRetriever
Extension Methods

Methods

Retrieve(MediaFileInfo)

Retrieves the media file URL representation for given media file.

IMediaFileUrl Retrieve(MediaFileInfo mediaFile)

Parameters

mediaFile MediaFileInfo

Media file.

Returns

IMediaFileUrl