Click or drag to resize

TrackingConsentProperty Enumeration

Used to query, grant, and withdraw user consent regarding the storage of user information related to site activity and functionality.

Namespace:  NLog.Web.Enums
Assembly:  NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
public enum TrackingConsentProperty
Members
  Member nameValueDescription
CanTrack0 Indicates either if consent has been given or if consent is not required.
HasConsent1 Indicates if consent was given.
IsConsentNeeded2 Indicates if consent is required for the given request.
See Also