Class InBrowserSettings
Represents information about an application that is configured for in-browser support.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class InBrowserSettings : DependencyObject, IDependencyObject
Constructors
| Improve this Doc View SourceInBrowserSettings()
Initializes a new instance of the InBrowserSettings class.
Declaration
public InBrowserSettings()
Fields
| Improve this Doc View SourceSecuritySettingsProperty
Identifies the SecuritySettings dependency property.
Declaration
public static readonly DependencyProperty SecuritySettingsProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceSecuritySettings
Gets the security requirements of an in-browser application.
Declaration
public SecuritySettings SecuritySettings { get; }
Property Value
Type | Description |
---|---|
SecuritySettings | The security requirements of an in-browser application. |