netcoreapp3.1
namespace Microsoft.AspNetCore.SpaServices.Prerendering
{
[Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public static class Prerenderer
{
[Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public static Task<RenderToStringResult> RenderToString(string applicationBasePath, INodeServices nodeServices, CancellationToken applicationStoppingToken, JavaScriptModuleExport bootModule, string requestAbsoluteUrl, string requestPathAndQuery, object customDataParameter, int timeoutMilliseconds, string requestPathBase);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 2.02.12.23.1 |
Information specific to netcoreapp3.1 | |
Assembly | Microsoft.AspNetCore.SpaServices , Version=3.1.32.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.SpaServices (3.1.32) netcoreapp3.1 |
Obsolete | Use Microsoft.AspNetCore.SpaServices.Extensions |
Platform Restrictions | This framework does not have platform annotations. |