@page "/admin/export" @using Microsoft.AspNetCore.Authorization @attribute [Authorize(Roles = "Admin")] @layout AdminLayout <h1>Export</h1> <p>Ladda ner alla svar: <a href="/admin/export.zip" download="export.zip">export.zip</a></p>