IMediaFileUrl Interface |
Namespace: Kentico.Content.Web.Mvc
public interface IMediaFileUrl : IFileUrl
The IMediaFileUrl type exposes the following members.
Name | Description | |
---|---|---|
DirectPath |
Direct path of the media file.
| |
IsImage |
Indicates if the file represents an image.
(Inherited from IFileUrl.) | |
QueryStringParameters |
Collection of query string parameters to be appended to RelativePath.
(Inherited from IFileUrl.) | |
RelativePath |
Relative path of the media file.
|
Name | Description | |
---|---|---|
WithOptions |
Provides additional file URL options based on given parameters.
(Defined by IFileUrlExtensions.) | |
WithSizeConstraint |
Provides size constraints to the file URL if file represents an image based on given parameters.
(Defined by IFileUrlExtensions.) |