Dynamicweb 8 Documentation
ParseURLs Method

The HTML.
The pageview instance.
Parses the urls in the passed html to be search friendly format if activated.
Syntax
'Declaration
 
Public Function ParseURLs( _ 
   ByVal html As String, _ 
   ByVal PageView As PageView _ 
) As String
public string ParseURLs( 
   string html,
   PageView PageView 
)

Parameters

html
The HTML.
PageView
The pageview instance.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OutputReplacer Class
OutputReplacer Members

Send Feedback