Partager via


HttpEncoder.Current Propriété

Définition

Obtient ou définit le type de HttpEncoder qui sera utilisé dans une application.

public:
 static property System::Web::Util::HttpEncoder ^ Current { System::Web::Util::HttpEncoder ^ get(); void set(System::Web::Util::HttpEncoder ^ value); };
public static System.Web.Util.HttpEncoder Current { get; set; }
member this.Current : System.Web.Util.HttpEncoder with get, set
Public Shared Property Current As HttpEncoder

Valeur de propriété

HttpEncoder

Référence au type d'encodeur/décodeur qui sera utilisé.

Exceptions

L'instance d'encodeur assignée à cette propriété est null.

Remarques

Si un HttpEncoder type dérivé est spécifié dans le fichier de configuration, la Current propriété retourne une référence au type personnalisé. Toutefois, si aucun encodeur personnalisé n’est utilisé, la propriété retourne une référence à l’instance ASP.NET par défaut HttpEncoder .

La Current propriété n’est pas thread-safe. Définissez cette propriété uniquement dans la méthode de l’application Application_Start , car elle Application_Start s’exécute sur un thread unique.

S’applique à