parent
a7eb30ddca
commit
0aee9152bd
|
|
@ -6,7 +6,7 @@ using System;
|
||||||
namespace Microsoft.AspNetCore.Razor.Evolution.Legacy
|
namespace Microsoft.AspNetCore.Razor.Evolution.Legacy
|
||||||
{
|
{
|
||||||
[Flags]
|
[Flags]
|
||||||
internal enum AcceptedCharacters
|
public enum AcceptedCharacters
|
||||||
{
|
{
|
||||||
None = 0,
|
None = 0,
|
||||||
NewLine = 1,
|
NewLine = 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue