Initializes an instance of
FileUrl class.
Namespace: Kentico.Content.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax public FileUrl(
string relativePath,
bool isImage
)
Parameters
- relativePath
- Type: SystemString
File relative path (starting with ~/). - isImage
- Type: SystemBoolean
Indicates if file represents an image.
See Also