Click or drag to resize
HTMLHelperResolveUrls Method
Overload List
  NameDescription
Public methodStatic memberResolveUrls(String, String)
Resolves relative URLs in given HTML(string). If CMSResolveAllUrls application settings is true it resolves all URLs. Otherwise it resolves URLs used in "src" or "href" or "background" attributes.
Public methodStatic memberResolveUrls(String, String, Boolean)
Resolves relative URLs in given HTML(string). If CMSResolveAllUrls application settings is true it resolves all URLs. Otherwise it resolves URLs used in "src" or "href" or "background" attributes.
Top
See Also