netcoreapp3.1
namespace Microsoft.AspNetCore.SpaServices.Prerendering
{
[HtmlTargetElement(Attributes = "asp-prerender-module")]
[Obsolete("Use Microsoft.AspNetCore.SpaServices.Extensions")]
public class PrerenderTagHelper : TagHelper
{
[HtmlAttributeName("asp-prerender-data")]
public object CustomDataParameter { get; set; }
}
}
.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 |
Platform Restrictions | This framework does not have platform annotations. |