Skip to main content

MiniProfilerFeature

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

Properties

Id

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

Methods

Register(IAppHost)

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

Implements