NavigationWindow.SandboxExternalContent Property

Definition

Gets or sets a value that indicates whether a NavigationWindow isolates external Extensible Application Markup Language (XAML) content within a partial trust security sandbox (with default Internet zone permission set).

C#
public bool SandboxExternalContent { get; set; }

Property Value

true if content is isolated within a partial trust security sandbox; otherwise, false. The default is false.

Exceptions

SandboxExternalContent is set when an application is executing in partial trust.

Remarks

External content is XAML content that is not included with an application as either a resource file or a content file (for more information, see WPF Application Resource, Content, and Data Files).

When SandboxExternalContent is true, and the content of the NavigationWindow is an external XAML file, the content is loaded into a partial trust security sandbox that is limited to the default Internet zone permission set. Additionally, the external content is loaded into a separate process. Consequently, the external content becomes isolated and does not have access to application-scope resources, such as resource dictionaries (for more information, see ResourceDictionary).

Note

NavigationWindow contains external content only when the Source property is set to the uniform resource identifier (URI) for an external XAML file. NavigationWindow content that is provided using the Content property is considered internal content and, subsequently, is not isolated.

Dependency Property Information

Item Value
Identifier field SandboxExternalContent
Metadata properties set to true None

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10