Click or drag to resize
ICMSEntityTagActionResult Interface
Represents an CMSActionResult that when executed will produce an HTTP response with the specified ETag response header.

Namespace: CMS.Base.Routing
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public interface ICMSEntityTagActionResult

The ICMSEntityTagActionResult type exposes the following members.

Properties
  NameDescription
Public propertyEntityTag
Gets the ETag for the response.
Top
See Also