| 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.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax public enum TrackingConsentProperty
Public Enumeration TrackingConsentProperty
Dim instance As TrackingConsentProperty
type TrackingConsentProperty
Members
| Member name | Value | Description |
---|
| CanTrack | 0 |
Indicates either if consent has been given or if consent is not required.
|
| HasConsent | 1 |
Indicates if consent was given.
|
| IsConsentNeeded | 2 |
Indicates if consent is required for the given request.
|
See Also