net10.0
namespace Microsoft.AspNetCore.Mvc.TagHelpers
{
    [HtmlTargetElement("script", Attributes = "asp-src-include")]
    [HtmlTargetElement("script", Attributes = "asp-src-exclude")]
    [HtmlTargetElement("script", Attributes = "asp-fallback-src")]
    [HtmlTargetElement("script", Attributes = "asp-fallback-src-include")]
    [HtmlTargetElement("script", Attributes = "asp-fallback-src-exclude")]
    [HtmlTargetElement("script", Attributes = "asp-fallback-test")]
    [HtmlTargetElement("script", Attributes = "asp-append-version")]
    [HtmlTargetElement("script", Attributes = "type")]
    [HtmlTargetElement("script", Attributes = "asp-importmap")]
    public class ScriptTagHelper : UrlResolutionTagHelper
    {
        [AsyncStateMachine(typeof(<ProcessAsync>d__82))]
        public override Task ProcessAsync(TagHelperContext context, TagHelperOutput output);
    }
}
.NET
10.0
Information specific to net10.0
Assembly

Microsoft.AspNetCore.Mvc.TagHelpers , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60

Referencing

Requires any:

  • Your project needs to use SDK Microsoft.NET.Sdk.Web.

  • Your project needs a framework reference to Microsoft.AspNetCore.App.

Preview The API is contained in a preview framework.
Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API