Resource

Resource class

Represents HTML resource such as font, style, image or graphics.

The Resource type exposes the following members:

Constructors

Name Description
Resource() Creates new instance of Resource class.
Resource(file_name, nested) Initializes a new instance of the Resource class

Properties

Name Description
file_name The resource file name.
nested Indicates whether resource resides inside another resource,
e.g. font resource that resides in CSS or SVG resource.

See Also