NodeServicesOptionsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Microsoft.AspNetCore.SpaServices.Extensions
Extension methods that help with populating a NodeServicesOptions object.
public ref class NodeServicesOptionsExtensions abstract sealed
public static class NodeServicesOptionsExtensions
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public static class NodeServicesOptionsExtensions
type NodeServicesOptionsExtensions = class
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
type NodeServicesOptionsExtensions = class
Public Module NodeServicesOptionsExtensions
- Inheritance
-
NodeServicesOptionsExtensions
- Attributes
Methods
UseHttpHosting(NodeServicesOptions) |
Obsolete.
Configures the INodeServices service so that it will use out-of-process Node.js instances and perform RPC calls over HTTP. |