ISpaBuilder.ApplicationBuilder Property

Definition

The IApplicationBuilder representing the middleware pipeline in which the SPA is being hosted.

public:
 property Microsoft::AspNetCore::Builder::IApplicationBuilder ^ ApplicationBuilder { Microsoft::AspNetCore::Builder::IApplicationBuilder ^ get(); };
public Microsoft.AspNetCore.Builder.IApplicationBuilder ApplicationBuilder { get; }
member this.ApplicationBuilder : Microsoft.AspNetCore.Builder.IApplicationBuilder
Public ReadOnly Property ApplicationBuilder As IApplicationBuilder

Property Value

Applies to