WeavyContext.User Property
- Namespace:
- Weavy.Core
- Assembly:
- Weavy.Core.dll
Gets or sets the User associated with the current request/thread. When actions/methods require certain permissions, they are always evaluated against this user.
public User User { get; set; }