Class ConsentRequestInfo
- Namespace
- Dynamicweb.Data
Processing
- Assembly
- Dynamicweb.Core.dll
Represents the request information for a consent at the time when the consent status was changed by the subject.
- Inheritance
-
Consent
Request Info
- Inherited Members
Properties
Url
Gets the URL.
Property Value
- string
The URL.
UserAgent
Gets the user agent (browser information).
Property Value
- string
The user agent.
UserHostAddress
Gets the user host address (IP).
Property Value
- string
The user host address.
Methods
FromRequest(IRequest)
Get the relevant request information from a given request.
Parameters
request
IRequestThe request.
Returns
- Consent
Request Info Request information.