ExtensionPart.Source Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the file name or URI of the external library package.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
The Source property indicates the name of an application library package or an absolute URI that identifies an application library package. Files identified by name only are retrieved from the same server location as the .xap file.
Note: |
|---|
Files identified by URI must be on the same domain as the .xap file or on a domain with a cross-domain policy file. |
Note: