Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible write descriptions for a custom TagHelper? In C# code is possible something like this:

/// <summary>
/// Desctiption
/// </summary>
public class NewClass


But how to write description for html elements like tag and its attributes?

<customTag asp-customAttribute=@hodnoty />


Is it possible to somehow write the description that appears after mouseover?

What I have tried:

I try
/// <summary>
///
/// </summary>
/// <remarks>
///
/// </remarks>


But this has no effect on the html (razor engine)
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900