Get a Portal Page HTML from a URL, e.g., "" or "/" will return the default page or "/Test?param1=a" will get the "Test" page and also pass in parameters.

Syntax

finPortalHandler.GetPageHtml(url, [testingInExternalWebBrowser], [portalPage], [loginRequired], [actualError])

Parameters

NameTypeOptionalByRefDescription
url String The partial URL.
testingInExternalWebBrowser Boolean Optional If omitted, a value of False is assumed.
portalPage finPortalPage Optional ByRef If omitted, a value of Nothing is assumed.
loginRequired Boolean Optional ByRef If omitted, a value of False is assumed.
actualError Boolean Optional ByRef If omitted, a value of False is assumed.

Return Value

String

A String value.

Member of:
finPortalHandler
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0