Resource

Resource class

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

public class Resource

Constructors

Name Description
Resource() Creates new instance of Resource class.
Resource(string, bool) Creates new instance of Resource class.

Properties

Name Description
FileName { get; set; } The resource file name.
Nested { get; set; } Indicates whether resource resides inside another resource, e.g. font resource that resides in CSS or SVG resource.

Methods

Name Description
override ToString() Returns a string that represents the current object.

See Also