Add ITrackingConsentFeature.CreateConsentCookie
This commit is contained in:
parent
2803541f53
commit
ce69341265
|
|
@ -35,5 +35,10 @@ namespace Microsoft.AspNetCore.Http.Features
|
||||||
/// this will also withdraw consent for future requests.
|
/// this will also withdraw consent for future requests.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void WithdrawConsent();
|
void WithdrawConsent();
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Creates a consent cookie for use when granting consent from a javascript client.
|
||||||
|
/// </summary>
|
||||||
|
string CreateConsentCookie();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue