IFileUrl Interface |
Namespace: Kentico.Content.Web.Mvc
public interface IFileUrl
The IFileUrl type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsImage |
Indicates if the file represents an image.
|
![]() | QueryStringParameters |
Collection of query string parameters to be appended to RelativePath.
|
![]() | RelativePath |
Relative path (starting with ~/) of the 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.) |