Home / Intersoft.finSupport6 / finPortalHandler / GetPageHtml
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
Name Type Optional ByRef Description
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
Member of:
finPortalHandler
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0