PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Resolves any external reference in the html and includes them in the document.

Namespace: Smartsite.Web
Assembly:  Smartsite.Runtime (in Smartsite.Runtime.dll)

Syntax

C#Copy imageCopy Code
public string Resolve(
	 hostHeader,
	string html
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function Resolve ( _
	hostHeader As , _
	html As  _
) As 

Parameters

hostHeader
Uri
Host header used to resolve relative paths to external files.
html
String
The html document with includes that will be inlined.

Return Value

See Also

Advanced