Class OutputReplacer
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
Does various formatting of the output from pageview object
public class OutputReplacer
- Inheritance
-
OutputReplacer
- Inherited Members
Constructors
OutputReplacer()
public OutputReplacer()
Methods
ReplaceNavigationTags(string?, PageView)
public static string? ReplaceNavigationTags(string? content, PageView pageView)
Parameters
Returns
ReplaceUrl(string?)
Replace the internal url to be search friendly format if activated.
public static string? ReplaceUrl(string? internalLink)
Parameters
internalLink
stringThe internal link.
Returns
ReplaceUrls(string?)
Replace the urls in the passed html to be search friendly format if activated.
public static string? ReplaceUrls(string? html)
Parameters
html
stringThe HTML.