Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides functions to load HTML content programmatically.
The WinJS.UI.Fragments namespace has these types of members:
- Functions
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
Samples