mirror of https://github.com/abpframework/abp.git
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
using Microsoft.AspNetCore.Mvc.Razor.Internal; |
|||
using Microsoft.AspNetCore.Mvc.RazorPages; |
|||
using Volo.Abp.Users; |
|||
|
|||
namespace Volo.Abp.AspNetCore.Mvc.RazorPages |
|||
{ |
|||
public abstract class AbpPage : Page |
|||
{ |
|||
[RazorInject] |
|||
protected ICurrentUser CurrentUser { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue