ActionResultServiceBaseETagsMatch Method |
Checks if given and requested ETags match and object has current timestamp.
Namespace: CMS.Routing.WebAssembly: CMS.Routing.Web (in CMS.Routing.Web.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also