API Reference
Enum
LibraryMode
Determines how libraries are loaded.
Inheritance
- Enum
- LibraryMode
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 Document.LibraryMode
- Property DocumentConfiguration.LibraryMode
- Field LibraryMode.Offline
- Field LibraryMode.OfflineWithFiles
- Field LibraryMode.OfflineWithLinks
- Field LibraryMode.Online
Accepted by parameters
- Constructor Document.Document
- Constructor MultiPageDocument.MultiPageDocument
- Method TablerMultiPageBuilder.WithLibraryMode
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const LibraryMode OfflineWithFiles #Load libraries from local files bundled with the output.
Value:
2public const LibraryMode OfflineWithLinks #Load libraries via external links without writing files (intended for server-hosted scenarios where an app serves embedded HtmlForgeX assets via endpoints).
Value:
3