-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.Options.NodeModuleOptions
GitHub Action edited this page May 25, 2024
·
1 revision
Namespace: Markdown2Pdf.Options
Assembly: Markdown2Pdf.dll
Load modules from a local node_module directory.
public class NodeModuleOptions : ModuleOptionsobject ← ModuleOptions ← NodeModuleOptions
ModuleOptions.ModuleLocation, ModuleOptions.None, ModuleOptions.Remote, ModuleOptions.FromLocalPath(string), object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
Load modules from a local node_module directory.
public NodeModuleOptions(string modulePath)modulePath string
Path to the node_module directory.
The path to the module directory.
public string ModulePath { get; }