2 writes to TextEncoderSettings
Microsoft.Extensions.WebEncoders.Tests (2)
EncoderServiceCollectionExtensionsTests.cs (2)
41
options.
TextEncoderSettings
= new TextEncoderSettings();
73
options.
TextEncoderSettings
= new TextEncoderSettings();
3 references to TextEncoderSettings
Microsoft.Extensions.WebEncoders (1)
EncoderServiceCollectionExtensions.cs (1)
69
?.
TextEncoderSettings
;
Microsoft.Extensions.WebEncoders.Tests (2)
EncoderServiceCollectionExtensionsTests.cs (2)
42
options.
TextEncoderSettings
.AllowCharacters("ace".ToCharArray()); // only these three chars are allowed
74
options.
TextEncoderSettings
.AllowCharacters("ace".ToCharArray()); // only these three chars are allowed