Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

Add => New Item => Razor Tag Helper generates invalid code (beta8) #235

Closed
NTaylorMullen opened this issue Oct 20, 2015 · 2 comments
Closed

Comments

@NTaylorMullen
Copy link
Contributor

Generates:

{
// You may need to install the Microsoft.AspNet.Razor.Runtime package into your project
[TargetElement("tag-name")]
public class CustomTagHelper : TagHelper
{
    public override void Process(TagHelperContext context, TagHelperOutput output)
    {

    }
}

TargetElement was renamed to HtmlTargetElement.

@rustd rustd added this to the 1.0.0-rc1 milestone Oct 20, 2015
@rustd
Copy link
Contributor

rustd commented Oct 20, 2015

Thanks!

@phenning phenning removed their assignment Oct 20, 2015
@phenning phenning added the bug label Oct 20, 2015
@phenning
Copy link
Contributor

Fixed in item template.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants