NodeServicesFactory Class

Definition

Caution

Use Microsoft.AspNetCore.SpaServices.Extensions

Supplies INodeServices instances.

public ref class NodeServicesFactory abstract sealed
public static class NodeServicesFactory
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public static class NodeServicesFactory
type NodeServicesFactory = class
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
type NodeServicesFactory = class
Public Class NodeServicesFactory
Inheritance
NodeServicesFactory
Attributes

Methods

CreateNodeServices(NodeServicesOptions)
Obsolete.

Create an INodeServices instance according to the supplied options.

Applies to