Quantcast
Channel: ASP.NET MVC / Web API / Web Pages
Viewing all articles
Browse latest Browse all 7925

Edited Issue: Option to not encode TagBuilder attributes [895]

$
0
0
By default `TagBuilder` calls `HtmlAttributeEncode` on all attributes. Sometimes we do not want to encode our attribute values and `TagBuilder` does not provide a facility to do this. Either everything is encoded or we have to fallback to using `StringBuilder`.

Viewing all articles
Browse latest Browse all 7925

Trending Articles