HttpEncoder.Current Property

Definition

Gets or set the HttpEncoder type that will be used in an application.

public static System.Web.Util.HttpEncoder Current { get; set; }

Property Value

A reference to the encoder/decoder type that will be used.

Exceptions

The encoder instance that is being assigned to this property is null.

Remarks

If a derived HttpEncoder type is specified in the configuration file, the Current property returns a reference to the custom type. However, if no custom encoder is used, the property returns a reference to the default ASP.NET HttpEncoder instance.

The Current property is not thread-safe. Set this property only in the application's Application_Start method, because Application_Start runs on a single thread.

Applies to

Produkt Verze
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1