Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Prerenderer Class

Definition

Namespace:
Microsoft.AspNetCore.SpaServices.Prerendering
Assembly:
Microsoft.AspNetCore.SpaServices.dll
Package:
Microsoft.AspNetCore.SpaServices v2.0.0
Package:
Microsoft.AspNetCore.SpaServices v2.1.0
Package:
Microsoft.AspNetCore.SpaServices v2.2.0
Package:
Microsoft.AspNetCore.SpaServices v3.0.3
Package:
Microsoft.AspNetCore.SpaServices v3.1.18
Source:
Prerenderer.cs
Source:
Prerenderer.cs
Source:
Prerenderer.cs
Source:
Prerenderer.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

Use Microsoft.AspNetCore.SpaServices.Extensions

Performs server-side prerendering by invoking code in Node.js.

public ref class Prerenderer abstract sealed
public static class Prerenderer
[System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public static class Prerenderer
type Prerenderer = class
[<System.Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")>]
type Prerenderer = class
Public Class Prerenderer
Inheritance
Prerenderer
Attributes

Methods

Name Description
RenderToString(String, INodeServices, CancellationToken, JavaScriptModuleExport, String, String, Object, Int32, String)
Obsolete.

Performs server-side prerendering by invoking code in Node.js.

Applies to


Feedback

Was this page helpful?