Table of Contents

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 Uri

The content uri.

cancellationToken CancellationToken

The token used to cancel the load content task.

Returns

Task<object>

The loaded content.