SpaPrerenderingExtensions.UseSpaPrerendering Method
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
Prerendering is no longer supported out of box
Enables server-side prerendering middleware for a Single Page Application.
public:
[System::Runtime::CompilerServices::Extension]
static void UseSpaPrerendering(Microsoft::AspNetCore::SpaServices::ISpaBuilder ^ spaBuilder, Action<Microsoft::AspNetCore::Builder::SpaPrerenderingOptions ^> ^ configuration);
public static void UseSpaPrerendering (this Microsoft.AspNetCore.SpaServices.ISpaBuilder spaBuilder, Action<Microsoft.AspNetCore.Builder.SpaPrerenderingOptions> configuration);
[System.Obsolete("Prerendering is no longer supported out of box")]
public static void UseSpaPrerendering (this Microsoft.AspNetCore.SpaServices.ISpaBuilder spaBuilder, Action<Microsoft.AspNetCore.Builder.SpaPrerenderingOptions> configuration);
static member UseSpaPrerendering : Microsoft.AspNetCore.SpaServices.ISpaBuilder * Action<Microsoft.AspNetCore.Builder.SpaPrerenderingOptions> -> unit
[<System.Obsolete("Prerendering is no longer supported out of box")>]
static member UseSpaPrerendering : Microsoft.AspNetCore.SpaServices.ISpaBuilder * Action<Microsoft.AspNetCore.Builder.SpaPrerenderingOptions> -> unit
<Extension()>
Public Sub UseSpaPrerendering (spaBuilder As ISpaBuilder, configuration As Action(Of SpaPrerenderingOptions))
Parameters
- spaBuilder
- ISpaBuilder
The ISpaBuilder.
- configuration
- Action<SpaPrerenderingOptions>
Supplies configuration for the prerendering middleware.
- Attributes