WeavyRequestContext.Copy Method
- Namespace:
- Weavy.Web
- Assembly:
- Weavy.Web.dll
Copy(bool)
Creates a copy of the current context.
public override object Copy(bool user = false)
Parameters
- user
- bool
true
to also copy the User, otherwise false
.
Returns
object