Deployment.OutOfBrowserSettings Property
Gets an object that contains information about the application that is used for out-of-browser support.
Namespace: System.Windows
Assembly: System.Windows (in System.Windows.dll)
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"> <Deployment.OutOfBrowserSettings> singleOutOfBrowserSettingsElement </Deployment.OutOfBrowserSettings> </Deployment>
XAML Values
Property Value
Type: System.Windows.OutOfBrowserSettingsInformation about the application that is used for out-of-browser support.
Dependency property identifier field: OutOfBrowserSettingsProperty
Visual Studio provides designer support for specifying out-of-browser settings. The values specified in the designer are stored in the OutOfBrowserSettings.xml file in the Properties (C#) or My Project (Visual Basic) folder. The build uses these values to populate the application manifest (AppManifest.xaml). As an alternative to using the designer, you can specify values in the manifest template (AppManifest.xml in the Properties (C#) or My Project (Visual Basic) folder). You can also generate the application manifest yourself and add it to the application package. For more information, see How to: Configure an Application for Out-of-Browser Support.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.