SpaProxyingExtensions Class

Definition

Extension methods for proxying requests to a local SPA development server during development. Not for use in production applications.

public ref class SpaProxyingExtensions abstract sealed
public static class SpaProxyingExtensions
type SpaProxyingExtensions = class
Public Module SpaProxyingExtensions
Inheritance
SpaProxyingExtensions

Methods

UseProxyToSpaDevelopmentServer(ISpaBuilder, Func<Task<Uri>>)

Configures the application to forward incoming requests to a local Single Page Application (SPA) development server. This is only intended to be used during development. Do not enable this middleware in production applications.

UseProxyToSpaDevelopmentServer(ISpaBuilder, String)

Configures the application to forward incoming requests to a local Single Page Application (SPA) development server. This is only intended to be used during development. Do not enable this middleware in production applications.

UseProxyToSpaDevelopmentServer(ISpaBuilder, Uri)

Configures the application to forward incoming requests to a local Single Page Application (SPA) development server. This is only intended to be used during development. Do not enable this middleware in production applications.

Applies to