Click or drag to resize
HtmlHelperResolveUrlsMethods Class
Provides methods to resolve relative URLs in HTML fragments.
Inheritance Hierarchy
SystemObject
  Kentico.Web.MvcHtmlHelperResolveUrlsMethods

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static class HtmlHelperResolveUrlsMethods

The HtmlHelperResolveUrlsMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberResolveUrls
Resolves relative URLs in the HTML fragment so that they can be used by the browser.
Top
See Also