summaryrefslogtreecommitdiff
path: root/ThirdParty/CsvHelper-master/src/CsvHelper.Website/input/_ViewImports.cshtml
blob: ae373a5e40109644aa5c9156cd0c16501b58342e (plain)
1
2
3
4
5
6
7
8
9
10
@using Statiq.Common
@using Statiq.Razor
@using Statiq.Web
@using Statiq.Web.Pipelines
@using Microsoft.Extensions.Logging
@using CsvHelper.Website;
@using Newtonsoft.Json;  

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@inherits StatiqRazorPage<IDocument>