Skip to content

Markdown2Pdf.Options.NodeModuleOptions

GitHub Action edited this page May 25, 2024 · 1 revision

Class NodeModuleOptions

Namespace: Markdown2Pdf.Options
Assembly: Markdown2Pdf.dll

Load modules from a local node_module directory.

public class NodeModuleOptions : ModuleOptions

Inheritance

objectModuleOptionsNodeModuleOptions

Inherited Members

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()

Constructors

NodeModuleOptions(string)

Load modules from a local node_module directory.

public NodeModuleOptions(string modulePath)

Parameters

modulePath string

Path to the node_module directory.

Properties

ModulePath

The path to the module directory.

public string ModulePath { get; }

Property Value

string

Clone this wiki locally