Click or drag to resize
ActionResultServiceBaseETagsMatch Method
Checks if given and requested ETags match and object has current timestamp.

Namespace: CMS.Routing.Web
Assembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax
C#
protected bool ETagsMatch(
	string eTag,
	DateTime lastModified
)

Parameters

eTag
Type: SystemString
Entity tag of object to compare against ETag received in request.
lastModified
Type: SystemDateTime
Timestamp of last modification to compare against value in request.

Return Value

Type: Boolean
See Also