Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

WebView.HasOnlySecureContent

Queries whether website is secure.

Component Version macOS Windows Linux Server iOS SDK
WebView 9.3 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "WebView.HasOnlySecureContent"; WebViewerRef )   More

Parameters

Parameter Description Example
WebViewerRef Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function.

Result

Returns 1, 0 or error.

Description

Queries whether website is secure.
Returns a boolean value indicating whether all resources on the page have been loaded over securely encrypted connections.
On Windows and older WebKit 1.x, just returns whether URL is https.

See also

Release notes

Blog Entries

This function checks for a license.

Created 16th July 2019, last changed 16th July 2019


WebView.GoForward - WebView.HasParent