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
uriUriThe content uri.
cancellationTokenCancellationTokenThe token used to cancel the load content task.