Share via


OwinResponse.ETag Property

 

Gets or sets the E-Tag header.

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

Syntax

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

Property Value

Type: System.String

The E-Tag header.

Implements

IOwinResponse.ETag

See Also

OwinResponse Class
Microsoft.Owin Namespace

Return to top