Class FileUrl
Encapsulates file URL.
public class FileUrl : FileUrlBase, IFileUrl
- Inheritance
-
objectFileUrl
- Implements
- Inherited Members
- Extension Methods
Constructors
FileUrl(string, bool)
Initializes an instance of FileUrl class.
public FileUrl(string relativePath, bool isImage)
Parameters
relativePath
stringFile relative path (starting with ~/).
isImage
boolIndicates if file represents an image.
Methods
Clone()
Clones the file URL representation to provide immutability support.
public override IFileUrl Clone()