BaseApiFromFullController<TUserState> Class

Westwind.AspNetCore.BaseApiFromFullController<TUserState>

Class Members

MemberDescription
Constructor
JsonError Returns a Json error response to the client
public JsonResult JsonError(string errorMessage, int statusCode)
ReturnJsonError Returns a JSON error response to the client
public JsonResult ReturnJsonError(Exception ex, int statusCode)
TUserState UserState instance that holds cached user data info thatgets persisted into an authentication cookie or token foreasy reuse without reloading a user record.Works with Auth Cookie or JWT token…
Namespace: Westwind.AspNetCore

Assembly: Westwind.AspNetCore.dll



© West Wind Technologies, 2025 • Updated: 2025-03-08
Comment or report problem with topic