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

WebView.FaviconURI

Get the current Uri of the favicon as a string.

Component Version macOS Windows Linux Server iOS SDK
WebView 15.4 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "WebView.FaviconURI"; 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 URL or error.

Description

Get the current Uri of the favicon as a string.
If a page has no favicon then the value is an empty string.

Examples

Queries favicon URL and image:

Set Field [ WebViewer Copy Text::FavIcon URL ; MBS( "WebView.FaviconURI"; "web" ) ]
Set Field [ WebViewer Copy Text::FavIcon Image ; MBS( "WebView.Favicon"; "web" ) ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 21st July 2025, last changed 21st July 2025


WebView.Favicon - WebView.FindByName