HttpResponseHeaders.ETag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value of the ETag
header for an HTTP response.
public:
property System::Net::Http::Headers::EntityTagHeaderValue ^ ETag { System::Net::Http::Headers::EntityTagHeaderValue ^ get(); void set(System::Net::Http::Headers::EntityTagHeaderValue ^ value); };
public System.Net.Http.Headers.EntityTagHeaderValue ETag { get; set; }
public System.Net.Http.Headers.EntityTagHeaderValue? ETag { get; set; }
member this.ETag : System.Net.Http.Headers.EntityTagHeaderValue with get, set
Public Property ETag As EntityTagHeaderValue
Property Value
The value of the ETag
header for an HTTP response.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.