Cleanup around ViewImports
Added a default for the imports filename. Deleted unused test files
This commit is contained in:
parent
4dbf6f23c3
commit
3ec4e244db
|
|
@ -23,6 +23,7 @@ namespace Microsoft.AspNetCore.Mvc.Razor.Extensions
|
|||
RazorProject project)
|
||||
: base(engine, project)
|
||||
{
|
||||
Options.ImportsFileName = "_ViewImports.cshtml";
|
||||
Options.DefaultImports = GetDefaultImports();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
Loading…
Reference in New Issue