Skip to main content

RunAsAdminFeature

Allow every request to run as Admin User

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

Properties

Id

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

RedirectTo

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

Methods

Register(IAppHost)

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

Implements