| OutputReplacerParseURLs Method (String, PageView) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Do not pass pageview anymore")]
public string ParseURLs(
string html,
PageView PageView
)
<ObsoleteAttribute("Do not pass pageview anymore")>
Public Function ParseURLs (
html As String,
PageView As PageView
) As String
Parameters
- html
- Type: SystemString
- PageView
- Type: Dynamicweb.FrontendPageView
Return Value
Type:
StringSee Also