SetupController Class
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
Controller for the setup wizard.
public class SetupController : WeavyController
- Inheritance:
- System.Object → WeavyController → SetupController
Constructors
Setup |
Methods
Account() | Display form for creating first user account. |
Account(Setup |
Persist and authenticate the new or updated account. |
Configure(Configuration |
Endpoint used by Weavy Management Portal to configure a new installation. |
Index() | Display setup wizard. |
License() | Display form to register/update license. |
License(License |
Try to register the supplied license. |
Register() | Display form for requesting a new license. |
Register(License |
Submit license request. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |