Browse Source

Added Public to StandardLayouts.

pull/6569/head
Halil İbrahim Kalkan 5 years ago
parent
commit
b9fa7005a9
  1. 1
      framework/src/Volo.Abp.AspNetCore.Mvc.UI/Volo/Abp/AspNetCore/Mvc/UI/Theming/StandardLayouts.cs

1
framework/src/Volo.Abp.AspNetCore.Mvc.UI/Volo/Abp/AspNetCore/Mvc/UI/Theming/StandardLayouts.cs

@ -4,6 +4,7 @@
{
public const string Application = "Application";
public const string Account = "Account";
public const string Public = "Public";
public const string Empty = "Empty";
}
}

Loading…
Cancel
Save