OutgoingWebResponseContext.SetETag Méthode
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.
Définit un ETag.
Surcharges
SetETag(String) |
Définit l'ETag spécifié. |
SetETag(Int64) |
Définit l'ETag spécifié. |
SetETag(Guid) |
Définit l'ETag spécifié. |
SetETag(Int32) |
Définit l'ETag spécifié. |
SetETag(String)
Définit l'ETag spécifié.
public:
void SetETag(System::String ^ entityTag);
public void SetETag (string entityTag);
member this.SetETag : string -> unit
Public Sub SetETag (entityTag As String)
Paramètres
- entityTag
- String
ETag à définir.
S’applique à
SetETag(Int64)
Définit l'ETag spécifié.
public:
void SetETag(long entityTag);
public void SetETag (long entityTag);
member this.SetETag : int64 -> unit
Public Sub SetETag (entityTag As Long)
Paramètres
- entityTag
- Int64
ETag à définir.
S’applique à
SetETag(Guid)
Définit l'ETag spécifié.
public:
void SetETag(Guid entityTag);
public void SetETag (Guid entityTag);
member this.SetETag : Guid -> unit
Public Sub SetETag (entityTag As Guid)
Paramètres
- entityTag
- Guid
ETag à définir.
S’applique à
SetETag(Int32)
Définit l'ETag spécifié.
public:
void SetETag(int entityTag);
public void SetETag (int entityTag);
member this.SetETag : int -> unit
Public Sub SetETag (entityTag As Integer)
Paramètres
- entityTag
- Int32
ETag à définir.