Skip to main content

RegistrationFeature

Enable the Registration feature and configure the RegistrationService.

Assembly: ServiceStack.dll
View Source
Declaration
public class RegistrationFeature : IPlugin, IHasStringId, IHasId<string>

Properties

Id

View Source
Declaration
public string Id { get; set; }

AtRestPath

View Source
Declaration
public string AtRestPath { get; set; }

FormLayout

UI Layout for User Registration

View Source
Declaration
public List<InputInfo> FormLayout { get; set; }

ValidateFn

View Source
Declaration
public ValidateFn ValidateFn { get; set; }

AllowUpdates

View Source
Declaration
public bool AllowUpdates { get; set; }

Methods

Register(IAppHost)

View Source
Declaration
public void Register(IAppHost appHost)
Parameters
TypeName
ServiceStack.IAppHostappHost

Implements