Interface IContentLoader
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
The contract for loading content.
public interface IContentLoader
- Extension Methods
Methods
LoadContentAsync(Uri, CancellationToken)
Asynchronously loads content from specified uri.
Task<object> LoadContentAsync(Uri uri, CancellationToken cancellationToken)
Parameters
uri
UriThe content uri.
cancellationToken
CancellationTokenThe token used to cancel the load content task.