Class HtmlHelperResolveUrlsMethods
Provides methods to resolve relative URLs in HTML fragments.
public static class HtmlHelperResolveUrlsMethods
- Inheritance
-
objectHtmlHelperResolveUrlsMethods
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
HtmlHelperExtensionPointHtmlHelper extension.
html
stringAn 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.