Implement `EmptyOrWhiteSpaceWriter.Encoding`

This commit is contained in:
Jan Joneš 2020-03-22 12:04:18 +01:00 committed by N. Taylor Mullen
parent d509084d25
commit 1d56c516f8
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ namespace Microsoft.AspNetCore.Razor.TagHelpers
{
get
{
throw new NotImplementedException();
return Encoding.UTF8;
}
}