Class AuthTestPage
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.Authorization
Assembly: Volo.Abp.AspNetCore.Mvc.Tests.dll
Syntax
[Authorize]
public class AuthTestPage : AbpPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
AuthTestPage()
Declaration
public AuthTestPage()
Properties
FakeUserId
Declaration
public static Guid FakeUserId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Methods
OnGet()
Declaration
public ActionResult OnGet()
Returns
| Type | Description |
|---|---|
| ActionResult |