Click or drag to resize
FileUrlBase Constructor
Initializes an instance of FileUrl class.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected FileUrlBase(
	string relativePath,
	bool isImage
)

Parameters

relativePath
Type: SystemString
File relative path (starting with ~/).
isImage
Type: SystemBoolean
Indicates if file represents an image.
See Also