Class ExtendedApiController
Extended api controller which integrates powerapps and simple web api controlling
Inheritance
System.Object
ExtendedApiController
Namespace: Simplic.Framework.WebAPI.Core
Assembly: Simplic.Framework.WebAPI.dll
Syntax
public class ExtendedApiController : ApiController
Properties
| Improve this Doc View SourceExtendedPrincipal
Gets the current principal as UserPrincipal
Declaration
public UserPrincipal ExtendedPrincipal { get; }
Property Value
Type | Description |
---|---|
UserPrincipal |
ExtendedUserIdentity
Gets the extended user identity
Declaration
public UserIdentity ExtendedUserIdentity { get; }
Property Value
Type | Description |
---|---|
UserIdentity |
Methods
| Improve this Doc View SourceInitialize(HttpControllerContext)
Initialize the current controller
Declaration
protected override void Initialize(HttpControllerContext controllerContext)
Parameters
Type | Name | Description |
---|---|---|
HttpControllerContext | controllerContext | Current controller context |