I've changed my pure usual body element in my _Layout.cshtml file from
<body data-my-attibute='myattributevalue'>
to
<body @myAttributes>
and getting an error message:
Severity Code Description Project File Line Suppression State Error RZ1031 The tag helper 'body' must not have C# in the element's attribute declaration area.
The body element does not look and behave like a tag helper To be short: H E L P, this is a knife in my back Friday afternoon...