Table of Contents

Class FileUrl

Namespace
Kentico.Content.Web.Mvc
Assembly
Kentico.Content.Web.Mvc.dll

Encapsulates file URL.

public class FileUrl : FileUrlBase, IFileUrl
Inheritance
object
FileUrl
Implements
Inherited Members
Extension Methods

Constructors

FileUrl(string, bool)

Initializes an instance of FileUrl class.

public FileUrl(string relativePath, bool isImage)

Parameters

relativePath string

File relative path (starting with ~/).

isImage bool

Indicates if file represents an image.

Methods

Clone()

Clones the file URL representation to provide immutability support.

public override IFileUrl Clone()

Returns

IFileUrl