@page @model SitemapModel @{ Response.ContentType = "application/xml"; } @foreach (var url in Model.Urls) { @url @DateTime.UtcNow:yyyy-MM-dd }