You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
Using
TagBuilderin this section of codehttps://github.com/nikmd23/CourtesyFlush/blob/master/source/CourtesyFlush/HtmlHelperExtension.cs#L36
renders the following invalid HTML:
<input name="__RequestVerificationToken" type="hidden" value="_VALUE_REMOVED_"></input>The
inputelement is an empty element. For more info: https://developer.mozilla.org/en-US/docs/Glossary/empty_element