IPageAttachmentUrl Interface |
Namespace: Kentico.Content.Web.Mvc
public interface IPageAttachmentUrl : IFileUrl
The IPageAttachmentUrl type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbsoluteUrl |
Absolute URL of the page attachment.
|
![]() | 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 (starting with ~/) of the file.
(Inherited from IFileUrl.) |
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.) |
![]() | WithVariant |
Provides page attachment URL variant name for responsible images feature.
(Defined by IPageAttachmentUrlExtensions.) |