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: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
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