HtmlForgeX

API Reference

Class

LibraryLinks

Namespace HtmlForgeX
Assembly HtmlForgeX

Holds links and resources associated with a library.

Inheritance

  • Object
  • LibraryLinks

Constructors

public LibraryLinks() #

Properties

public Dictionary<String, Dictionary<String, String>> CssInLine { get; set; } #

Gets or sets the CSS in line using dictionary with key as the selector and value as the style.

Value

The CSS in line.

public List<Style> CssStyle { get; set; } #

Gets or sets the CSS style using Style object.

Value

The CSS style.

public List<String> Css { get; set; } #

File name of the CSS file that is embedded in the project.

Value

The CSS.

public List<String> Js { get; set; } #

Embedded JavaScript file names.

Fields

public List<String> JsScript #

Inline JavaScript blocks.

public List<String> CssRaw #

Inline CSS blocks (raw). Use for advanced constructs like @media.