NodeServicesServiceCollectionExtensions 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 for setting up NodeServices in an IServiceCollection.
public static class NodeServicesServiceCollectionExtensions
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public static class NodeServicesServiceCollectionExtensions
type NodeServicesServiceCollectionExtensions = class
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
type NodeServicesServiceCollectionExtensions = class
Public Module NodeServicesServiceCollectionExtensions
- Inheritance
-
NodeServicesServiceCollectionExtensions
- Attributes
Methods
AddNodeServices(IServiceCollection, Action<NodeServicesOptions>) |
Obsolete.
Adds NodeServices support to the |
AddNodeServices(IServiceCollection) |
Obsolete.
Adds NodeServices support to the |