Click or drag to resize
FileUrl Class
Encapsulates file URL.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcFileUrlBase
    Kentico.Content.Web.MvcFileUrl

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public class FileUrl : FileUrlBase

The FileUrl type exposes the following members.

Constructors
  NameDescription
Public methodFileUrl
Initializes an instance of FileUrl class.
Top
Fields
  NameDescription
Protected fieldrelativePath
Relative path of the file without parametrization applied.
(Inherited from FileUrlBase.)
Top
Properties
  NameDescription
Public propertyIsImage
Indicates if the file represents an image.
(Inherited from FileUrlBase.)
Public propertyQueryStringParameters
Collection of query string parameters that are appended to the RelativePath.
(Inherited from FileUrlBase.)
Public propertyRelativePath
Relative path (starting with ~/) of the file.
(Inherited from FileUrlBase.)
Top
Methods
  NameDescription
Protected methodBuildUrl
Builds the path based on given path and current query string.
(Inherited from FileUrlBase.)
Public methodClone
Clones the file URL representation to provide immutability support.
(Overrides FileUrlBaseClone.)
Top
See Also