HTMLDocument.CreateRawHtml Method |
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;
The new RawHtml object.