HttpResponseBase.BufferOutput Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique s’il faut mettre en mémoire tampon la sortie et l’envoyer une fois la page terminée terminée.
public:
virtual property bool BufferOutput { bool get(); void set(bool value); };
public virtual bool BufferOutput { get; set; }
member this.BufferOutput : bool with get, set
Public Overridable Property BufferOutput As Boolean
Valeur de propriété
true si la sortie est mise en mémoire tampon ; sinon false.
Exceptions
Toujours.