Share via


IOwinResponse.ETag Property

 

Gets or sets the E-Tag header.

Namespace:   Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

string ETag { get; set; }
property String^ ETag {
    String^ get();
    void set(String^ value);
}
abstract ETag : string with get, set
Property ETag As String

Property Value

Type: System.String

The E-Tag header.

See Also

IOwinResponse Interface
Microsoft.Owin Namespace

Return to top