Click or drag to resize
UrlHelperFileExtensions Class
Provides extension methods for the extension point Kentico(UrlHelper).
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcUrlHelperFileExtensions

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public static class UrlHelperFileExtensions

The UrlHelperFileExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFileUrl
Generates a fully qualified URL to the specified file path.
Public methodStatic memberImageUrl
Generates a fully qualified URL to the specified image path.
Top
See Also