Skip to main content

HotReloadFeature

Back-end Service used by /js/hot-fileloader.js to detect file changes in /wwwroot and auto reload page.

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

Properties

Id

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

VirtualFiles

View Source
Declaration
public IVirtualPathProvider VirtualFiles { get; set; }

DefaultPattern

View Source
Declaration
public string DefaultPattern { set; }

Methods

Register(IAppHost)

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

Implements