Skip to content

Razor Intellisense does not correctly display summaries with html #9394

Open
@jamezamm

Description

@jamezamm

Hi,

I am using Visual Studio Enterprise 2022 (x64) Version 17.7.5.

The tag helper class:

/// <summary>
/// This is a <em>container</em>.
/// </summary>
[HtmlTargetElement("container")]
public class ContainerTagHelper : TagHelper
{
	public override void Process(TagHelperContext context, TagHelperOutput output)
	{
	}
}

Razor Page Syntax:

<container></container>

Hovering the mouse over the <container> tag, the summary displays as This is a <em>container</em>. instead of showing "This is a container."

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSmall improvement request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions