Method | Description | |
---|---|---|
LoadContent ( |
Loads the content from specified uri.
|
|
LoadContentAsync ( |
Asynchronously loads content from specified uri.
|
public LoadContent ( |
||
uri | The content uri | |
return | object |
public LoadContentAsync ( |
||
uri | The content uri. | |
cancellationToken | The token used to cancel the load content task. | |
return | Task |