Table of Contents

Class HtmlHelperResolveUrlsMethods

Namespace
Kentico.Web.Mvc
Assembly
Kentico.Web.Mvc.dll

Provides methods to resolve relative URLs in HTML fragments.

public static class HtmlHelperResolveUrlsMethods
Inheritance
object
HtmlHelperResolveUrlsMethods

Methods

ResolveUrls(HtmlHelperExtensionPoint, string)

Resolves relative URLs in the HTML fragment so that they can be used by the browser.

public static IHtmlContent ResolveUrls(this HtmlHelperExtensionPoint htmlHelper, string html)

Parameters

htmlHelper HtmlHelperExtensionPoint

HtmlHelper extension.

html string

An HTML fragment with potential relative URLs.

Returns

IHtmlContent

An HTML fragment where relative URLs are replaced with URLs that can be used by the browser.

Exceptions

ArgumentNullException

htmlHelper is null.