OutgoingWebResponseContext.ETag Property

Definition

Gets or sets the etag header from the outgoing Web response.

public:
 property System::String ^ ETag { System::String ^ get(); void set(System::String ^ value); };
public string ETag { get; set; }
member this.ETag : string with get, set
Public Property ETag As String

Property Value

The etag header of the outgoing Web response.

Applies to