Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
WebView.HasOnlySecureContent
Queries whether website is secure.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
WebView | 9.3 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Paid |
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
- Version 9.3
Blog Entries
Created 16th July 2019, last changed 16th July 2019
WebView.GoForward - WebView.HasParent
Feedback: Report problem or ask question.
