2 references to Response
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Manage\DownloadPersonalData.cshtml.cs (1)
77
Response
.Headers.Add("Content-Disposition", "attachment; filename=PersonalData.json");
Areas\Identity\Pages\V5\Account\Manage\DownloadPersonalData.cshtml.cs (1)
77
Response
.Headers.Add("Content-Disposition", "attachment; filename=PersonalData.json");