API Reference
Class
LibraryLinks
Holds links and resources associated with a library.
Inheritance
- Object
- LibraryLinks
Constructors
public LibraryLinks() #Inherited Methods
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> JsLink { get; set; } #Links to JavaScript files hosted on a CDN.