Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 960 Bytes

Access.EdgeBrowserControl.TrustedDomains.md

File metadata and controls

30 lines (19 loc) · 960 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
EdgeBrowserControl.TrustedDomains property (Access)
vbaac10.chm6171
vbaac10.chm6171
Access.EdgeBrowserControl.TrustedDomains
1c444ac8-d021-49ef-8687-f05f21e10bdb
03/08/2023
medium

EdgeBrowserControl.TrustedDomains property (Access)

Read/write. Allows you to specify a table name who's first column contains domains the browser is allowed to renavigate to

Syntax

expression.TrustedDomains

expression A variable that represents an EdgeBrowserControl object.

Remarks

If the Control Source is bound to a field, the browser will already be allowed to navigate to those values. This property is useful if you want to allow redirects that happen during logins, or to allow links to other domains on the starting web page to work.

[!includeSupport and feedback]