Class DefaultContentLoader
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
Loads XAML files using Application.LoadComponent.
public class DefaultContentLoader : IContentLoader
- Inheritance
-
DefaultContentLoader
- Implements
- Inherited Members
- Extension Methods
Methods
LoadContent(Uri)
Loads the content from specified uri.
protected virtual object LoadContent(Uri uri)
Parameters
uri
UriThe content uri
Returns
- object
The loaded content.
LoadContentAsync(Uri, CancellationToken)
Asynchronously loads content from specified uri.
public Task<object> LoadContentAsync(Uri uri, CancellationToken cancellationToken)
Parameters
uri
UriThe content uri.
cancellationToken
CancellationTokenThe token used to cancel the load content task.