aspnetcore/test/WebSites/BasicWebSite/Views/Home/ViewWithPrefixedAttributeVa...

7 lines
128 B
Plaintext

@{
var attrValue = "Baz";
}
<span foo=" abc" />
<span bar=" @attrValue" />
<span baz=" @attrValue @attrValue" />