What are the URI schemes supported in Windows 8 apps? I have seen references to ms-appx: and ms-appdata: and some rare mentions of ms-resource: but I could not find any document that would be a list of the schemes (although I thought I have seen one in the past). I am wondering if URL.createObjectURL returns some other schemes, but I can’t see a version of it for XAML apps. http://msdn.microsoft.com/en-us/library/windows/apps/Hh781215.aspx. Are there any other URI schemes supported in WinRT?
Share
I believe the Metro js schemes. apply to xaml as well.
Some of those for xaml apps are listed here: How to Load File Resources (for XAML apps)
ms-resource:for xaml apps is listed here: ResourceLoader.GetStringForReferenceURIs available in metro applications:
General form
Http
App Package
File System
Can’t be used directly. To use, obtain an
IStorageItemand then useURL.createObjectURLApp Data
Resources
Dependent Packages
URIs for WebSockets
ws:for unencrypted andwss:for encrypted. Used like this: