Udostępnij za pośrednictwem


NodeServicesFactory.CreateNodeServices(NodeServicesOptions) Metoda

Definicja

Przestroga

Use Microsoft.AspNetCore.SpaServices.Extensions

INodeServices Utwórz wystąpienie zgodnie z podanymi opcjami.

public:
 static Microsoft::AspNetCore::NodeServices::INodeServices ^ CreateNodeServices(Microsoft::AspNetCore::NodeServices::NodeServicesOptions ^ options);
public static Microsoft.AspNetCore.NodeServices.INodeServices CreateNodeServices (Microsoft.AspNetCore.NodeServices.NodeServicesOptions options);
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public static Microsoft.AspNetCore.NodeServices.INodeServices CreateNodeServices (Microsoft.AspNetCore.NodeServices.NodeServicesOptions options);
static member CreateNodeServices : Microsoft.AspNetCore.NodeServices.NodeServicesOptions -> Microsoft.AspNetCore.NodeServices.INodeServices
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
static member CreateNodeServices : Microsoft.AspNetCore.NodeServices.NodeServicesOptions -> Microsoft.AspNetCore.NodeServices.INodeServices
Public Shared Function CreateNodeServices (options As NodeServicesOptions) As INodeServices

Parametry

options
NodeServicesOptions

Opcje tworzenia INodeServices wystąpienia.

Zwraca

Wystąpienie INodeServices .

Atrybuty

Dotyczy