Table of Contents

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 Uri

The 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 Uri

The content uri.

cancellationToken CancellationToken

The token used to cancel the load content task.

Returns

Task<object>

The loaded content.