[This is preliminary documentation and is subject to change.]

Returns an html screen back for a page.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string GetHtml(
	string url
)
Visual Basic (Declaration)
Public Shared Function GetHtml ( _
	url As String _
) As String
Visual C++
public:
static String^ GetHtml(
	String^ url
)

Parameters

url
Type: System..::.String
Make sure you send url string with http:// in the front Basically it should be a fully qualified url.

Return Value

The output string.

See Also