FileResult.EntityTag 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 etag associated with the FileResult.
public:
property Microsoft::Net::Http::Headers::EntityTagHeaderValue ^ EntityTag { Microsoft::Net::Http::Headers::EntityTagHeaderValue ^ get(); void set(Microsoft::Net::Http::Headers::EntityTagHeaderValue ^ value); };
public Microsoft.Net.Http.Headers.EntityTagHeaderValue? EntityTag { get; set; }
public Microsoft.Net.Http.Headers.EntityTagHeaderValue EntityTag { get; set; }
member this.EntityTag : Microsoft.Net.Http.Headers.EntityTagHeaderValue with get, set
Public Property EntityTag As EntityTagHeaderValue