Files
docs-desktop/dotnet-desktop-guide/framework/wpf/app-development/hosting-wpf-applications.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

1.5 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Host apps 03/30/2017
AutoGeneratedOrientationPage
WPF application [WPF], hosting
application hosting [WPF]
hosting applications [WPF]
1f73067d-c60a-4e9a-b513-c817ee7da3a1

Hosting WPF Applications

WPF XAML Browser Applications (XBAPs) are rich-client applications that can be deployed to a Web server and started in a browser. The WPF Host (PresentationHost.exe) is registered as the shell and MIME handler for XBAP and XAML files. Therefore, Internet Explorer knows to start the WPF Host when an XBAP is launched. Firefox users can install Firefox add-ons that enable Firefox to host XBAPs as well. An XBAP can be hosted in other browsers or stand-alone applications by using the native browser hosting APIs provided by WPF.

In This Section

WPF XAML Browser Applications Overview
WPF Host (PresentationHost.exe)
Firefox Add-ons to Support .NET Application Deployment
Native WPF Browser Hosting Support APIs

Application Management Overview
Windows in WPF
Navigation Overview
Build and Deploy