Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ISpaPrerendererBuilder Interface
Definition
- Assembly:
- Microsoft.AspNetCore.SpaServices.Extensions.dll
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v10.0.0
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v11.0.0-preview.4.26230.115
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v2.1.0
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v2.2.0
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v3.0.3
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v3.1.18
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v5.0.9
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v6.0.6
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v7.0.5
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v8.0.19
- Package:
- Microsoft.AspNetCore.SpaServices.Extensions v9.0.8
- Source:
- ISpaPrerendererBuilder.cs
- Source:
- ISpaPrerendererBuilder.cs
- Source:
- ISpaPrerendererBuilder.cs
- Source:
- ISpaPrerendererBuilder.cs
- Source:
- ISpaPrerendererBuilder.cs
- Source:
- ISpaPrerendererBuilder.cs
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
Prerendering is no longer supported out of box
Represents the ability to build a Single Page Application (SPA) on demand so that it can be prerendered. This is only intended to be used at development time. In production, a SPA should already have been built during publishing.
public interface class ISpaPrerendererBuilder
[System.Obsolete("Prerendering is no longer supported out of box")]
public interface ISpaPrerendererBuilder
public interface ISpaPrerendererBuilder
[<System.Obsolete("Prerendering is no longer supported out of box")>]
type ISpaPrerendererBuilder = interface
type ISpaPrerendererBuilder = interface
Public Interface ISpaPrerendererBuilder
- Derived
- Attributes
Methods
| Name | Description |
|---|---|
| Build(ISpaBuilder) |
Builds the Single Page Application so that a JavaScript entrypoint file exists on disk. Prerendering middleware can then execute that file in a Node environment. |
Applies to
Feedback
Was this page helpful?
