mirror of https://github.com/abpframework/abp
parent
622deac5bb
commit
18c3ac98e9
@ -0,0 +1,4 @@
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI
|
||||
@addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap
|
||||
@addTagHelper *, AbpDesk.Web.Mvc
|
@ -0,0 +1,3 @@
|
||||
@{
|
||||
Layout = "~/Views/Shared/_AppLayout.cshtml";
|
||||
}
|
Loading…
Reference in new issue