Click or drag to resize
IMediaFileUrlRetriever Interface
Provides an interface for retrieving the media file URL based on given parameters.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IMediaFileUrlRetriever

The IMediaFileUrlRetriever type exposes the following members.

Methods
  NameDescription
Public methodRetrieve
Retrieves the media file URL representation for given media file.
Top
See Also