Implement `EmptyOrWhiteSpaceWriter.Encoding`
This commit is contained in:
parent
d509084d25
commit
1d56c516f8
|
|
@ -322,7 +322,7 @@ namespace Microsoft.AspNetCore.Razor.TagHelpers
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
return Encoding.UTF8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue