WinJS.UI.Fragments Namespace

Provides functions to load HTML content programmatically.
The WinJS.UI.Fragments namespace has these types of members:
Functions
| Function | Description |
|---|---|
|
Starts loading the fragment at the specified location. The returned promise completes when the fragment is ready to be copied. | |
|
Removes any cached info about the specified fragment. This method doesn't unload any scripts or styles that are referenced by the fragment. | |
|
Loads the contents of the specified URI into the specified element. | |
|
Copies the contents of the specified URI into the specified element. |
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Fragments |
See also