using AscDocCsharp, and fixing the tag helper
This commit is contained in:
parent
694300b150
commit
e5fa31c9cb
12 changed files with 53 additions and 284 deletions
|
|
@ -343,7 +343,8 @@ public static class HostingExtensions
|
|||
|
||||
if (app.Environment.IsDevelopment())
|
||||
{
|
||||
app.UseDeveloperExceptionPage();
|
||||
// to fix Home/Error app.UseDeveloperExceptionPage();
|
||||
app.UseExceptionHandler("/Home/Error");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue