Skip to content

Commit 1d56c51

Browse files
jjonesczN. Taylor Mullen
authored andcommitted
Implement EmptyOrWhiteSpaceWriter.Encoding
1 parent d509084 commit 1d56c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Razor/Razor/src/TagHelpers/DefaultTagHelperContent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public override Encoding Encoding
322322
{
323323
get
324324
{
325-
throw new NotImplementedException();
325+
return Encoding.UTF8;
326326
}
327327
}
328328

0 commit comments

Comments
 (0)