Creates a RawHtml object containing the specified data.

[VBScript]
Public Function CreateRawHtml( _
   ByVal start As String, _
   ByVal end As String _
) As RawHtml
[JScript]
public function CreateRawHtml(
   start: String,
   end: String
) : RawHtml;

Parameters

start
The raw HTML content before all child elements.
end
The raw HTML content after all child elements.

Return Value

The new RawHtml object.

See Also

HTMLDocument Object | HTMLDocument Members | DOM Namespace