LocalTextDataScript constructor
namespace: SerenityIs.Administration assembly: Serenity.Net.Web
Creates an instance of the class
public LocalTextDataScript(ILocalTextRegistry localTextRegistry,
IOptions<LocalTextPackages> localTextPackages, IHttpContextAccessor httpContextAccessor)
| parameter | description |
|---|---|
| localTextRegistry | Local text registry |
| localTextPackages | Package list |
| httpContextAccessor | HTTP context accessor |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | One of arguments is null |
See Also
- interface ILocalTextRegistry
- class LocalTextPackages
- class LocalTextDataScript