Class BunitJSModuleInterop
- Namespace
- Bunit
- Assembly
- Bunit.Web.dll
Represents a bUnit JSInterop module.
public sealed class BunitJSModuleInterop : BunitJSInterop
- Inheritance
-
BunitJSModuleInterop
- Inherited Members
- Extension Methods
Constructors
BunitJSModuleInterop(BunitJSInterop)
Initializes a new instance of the BunitJSModuleInterop class.
public BunitJSModuleInterop(BunitJSInterop parent)
Parameters
parent
BunitJSInteropThe parent BunitJSInterop.
Properties
Mode
Gets or sets whether this BunitJSInterop is running in Loose or Strict.
public override JSRuntimeMode Mode { get; set; }