BytexDigital.Blazor.Components.CookieConsent icon indicating copy to clipboard operation
BytexDigital.Blazor.Components.CookieConsent copied to clipboard

Components for handling GDPR cookie consent

Results 4 BytexDigital.Blazor.Components.CookieConsent issues
Sort by recently updated
recently updated
newest added

Hi, adding this project to my website, So I had to translate it in Italian. Added the Italian Translation to the others.

When configuring the .Net 8 blazor web app, following the instructions, I face two issues: ``` ``` is not found. and, when adding ``` builder.Services.AddCookieConsent(o => { // The same...

Here are the correct translations. Otherwise there are very big mistakes. o.ConsentDescriptionText["fr"] = "Ce site web utilise des cookies pour améliorer votre visite."; o.ConsentAcknowledgeText["fr"] = "Je comprends."; o.ConsentTitleText["fr"] = "Utilisation...

Is it possible to show the policy in a modal dialog instead of a page?

enhancement