API Reference
Class
LibraryLinks
Holds links and resources associated with a library.
Inheritance
- Object
- LibraryLinks
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property Library.Body
- Property Library.Footer
- Property Library.Header
- Property ApexChartsLibrary.Body
- Property ApexChartsLibrary.Footer
- Property ApexChartsLibrary.Header
- Property Bootstrap.Body
- Property Bootstrap.Footer
- Property Bootstrap.Header
- Property ChartJsAnnotationLibrary.Body
- Property ChartJsAnnotationLibrary.Footer
- Property ChartJsAnnotationLibrary.Header
- Property ChartJsChartGeoLibrary.Body
- Property ChartJsChartGeoLibrary.Footer
- Property ChartJsChartGeoLibrary.Header
- Property ChartJsLibrary.Body
- Property ChartJsLibrary.Footer
- Property ChartJsLibrary.Header
- Property EasyQRCode.Body
- Property EasyQRCode.Footer
- Property EasyQRCode.Header
- Property FancyTreeLibrary.Body
- Property FancyTreeLibrary.Footer
- Property FancyTreeLibrary.Header
- Property FontAwesome5Library.Body
- Property FontAwesome5Library.Footer
- Property FontAwesome5Library.Header
- Property FontAwesome6Library.Body
- Property FontAwesome6Library.Footer
- Property FontAwesome6Library.Header
- Property FullCalendarLibrary.Body
- Property FullCalendarLibrary.Footer
- Property FullCalendarLibrary.Header
- Property GlobeGlLibrary.Body
- Property GlobeGlLibrary.Footer
- Property GlobeGlLibrary.Header
- Property Jquery.Body
- Property Jquery.Footer
- Property Jquery.Header
- Property JsVectorMapLibrary.Body
- Property JsVectorMapLibrary.Footer
- Property JsVectorMapLibrary.Header
- Property LeafletHeatLibrary.Body
- Property LeafletHeatLibrary.Footer
- Property LeafletHeatLibrary.Header
- Property LeafletLibrary.Body
- Property LeafletLibrary.Footer
- Property LeafletLibrary.Header
- Property LeafletMarkerClusterLibrary.Body
- Property LeafletMarkerClusterLibrary.Footer
- Property LeafletMarkerClusterLibrary.Header
- Property MapboxGlLibrary.Body
- Property MapboxGlLibrary.Footer
- Property MapboxGlLibrary.Header
- Property PopperLibrary.Body
- Property PopperLibrary.Footer
- Property PopperLibrary.Header
- Property PrismJsDarkTheme.Body
- Property PrismJsDarkTheme.Footer
- Property PrismJsDarkTheme.Header
- Property PrismJsGitHubTheme.Body
- Property PrismJsGitHubTheme.Footer
- Property PrismJsGitHubTheme.Header
- Property PrismJsLibrary.Body
- Property PrismJsLibrary.Footer
- Property PrismJsLibrary.Header
- Property PrismJsOkaidiaTheme.Body
- Property PrismJsOkaidiaTheme.Footer
- Property PrismJsOkaidiaTheme.Header
- Property PrismJsTomorrowNightTheme.Body
- Property PrismJsTomorrowNightTheme.Footer
- Property PrismJsTomorrowNightTheme.Header
- Property PrismJsVsTheme.Body
- Property PrismJsVsTheme.Footer
- Property PrismJsVsTheme.Header
- Property QuillLibrary.Body
- Property QuillLibrary.Footer
- Property QuillLibrary.Header
- Property ScrollingTextLibrary.Body
- Property ScrollingTextLibrary.Footer
- Property ScrollingTextLibrary.Header
- Property SmartTabLibrary.Body
- Property SmartTabLibrary.Footer
- Property SmartTabLibrary.Header
- Property SmartWizardLibrary.Body
- Property SmartWizardLibrary.Footer
- Property SmartWizardLibrary.Header
- Property ThreeJsLibrary.Body
- Property ThreeJsLibrary.Footer
- Property ThreeJsLibrary.Header
- Property TopoJsonLibrary.Body
- Property TopoJsonLibrary.Footer
- Property TopoJsonLibrary.Header
- Property VisNetworkLoadingBarLibrary.Body
- Property VisNetworkLoadingBarLibrary.Footer
- Property VisNetworkLoadingBarLibrary.Header
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.
public List<String> JsModuleLink { get; set; } #Links to JavaScript modules hosted on a CDN.
public List<String> JsModule { get; set; } #Embedded JavaScript module file names.