FileUrl Class |
Namespace: Kentico.Content.Web.Mvc
public class FileUrl : FileUrlBase
The FileUrl type exposes the following members.
Name | Description | |
---|---|---|
![]() | relativePath |
Relative path of the file without parametrization applied.
(Inherited from FileUrlBase.) |
Name | Description | |
---|---|---|
![]() | IsImage |
Indicates if the file represents an image.
(Inherited from FileUrlBase.) |
![]() | QueryStringParameters |
Collection of query string parameters that are appended to the RelativePath.
(Inherited from FileUrlBase.) |
![]() | RelativePath |
Relative path (starting with ~/) of the file.
(Inherited from FileUrlBase.) |
Name | Description | |
---|---|---|
![]() | BuildUrl |
Builds the path based on given path and current query string.
(Inherited from FileUrlBase.) |
![]() | Clone |
Clones the file URL representation to provide immutability support.
(Overrides FileUrlBaseClone.) |