Resource Class

Definition

Interface for access the content of a resource.

public abstract class Resource
type Resource = class
Public MustInherit Class Resource
Inheritance
Resource
Derived

Constructors

Name Description
Resource()

Properties

Name Description
FullName

Gets or sets the resource path.

Id

Gets or sets resource id.

Methods

Name Description
OpenStreamAsync()

Get readonly stream.

ReadTextAsync()

Get resource as text async.

Applies to